forked from Archive/PX4-Autopilot
replay: apply replay module params before starting ekf2 (#14478)
This commit is contained in:
parent
dc38930bb2
commit
bcfe56b297
|
@ -12,6 +12,8 @@ EOF
|
|||
uorb start
|
||||
param set SDLOG_DIRS_MAX 7
|
||||
|
||||
# apply all params before ekf starts, as some params cannot be changed after startup
|
||||
replay tryapplyparams
|
||||
ekf2 start -r
|
||||
logger start -f -t -b 1000 -p vehicle_attitude
|
||||
sleep 0.2
|
||||
|
|
Loading…
Reference in New Issue