mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user