Skip to content

Commit

Permalink
use sim_time from settings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Apr 16, 2024
1 parent fd20eca commit a1e3f43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion data/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ system:
log_file: "data/log_8700W_8ms" # filename without extension [replay only]
# use / as path delimiter, even on Windows
time_lapse: 4 # relative replay speed
sim_time: 100.0 # simulation time [sim only]
sim_time: 430.0 # simulation time [sim only]
segments: 6 # number of tether segments
sample_freq: 40 # sample frequency in Hz
zoom: 0.03 # zoom factor for the system view
Expand Down
1 change: 0 additions & 1 deletion examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ end
app.set.solver = "DFBDF" # DAE solver, IDA or DFBDF or DImplicitEuler
app.set.log_level = 0
app.set.segments = 6
app.set.sim_time = 409
DEFAULT_TOLERANCE = 3
# end of user parameter section #

Expand Down

0 comments on commit a1e3f43

Please sign in to comment.