mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
replay: apply replay module params before starting ekf2 (#14478)
This commit is contained in:
committed by
GitHub
parent
dc38930bb2
commit
bcfe56b297
@@ -12,6 +12,8 @@ EOF
|
|||||||
uorb start
|
uorb start
|
||||||
param set SDLOG_DIRS_MAX 7
|
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
|
ekf2 start -r
|
||||||
logger start -f -t -b 1000 -p vehicle_attitude
|
logger start -f -t -b 1000 -p vehicle_attitude
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user