mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-23 10:18:30 +08:00
fix(replay): poll the logger on the last topic ekf2 publishes
ekf2_timestamps is the last publication of an ekf2 update and the only one produced on every update, so waking on it logs whole updates and keeps the lockstep barrier fed before the attitude becomes valid. Assisted-by: Claude:claude-opus-5[1m] Signed-off-by: bresch <brescianimathieu@gmail.com>
This commit is contained in:
committed by
Mathieu Bresciani
parent
f90b40d61e
commit
95466c2fa8
@@ -26,5 +26,5 @@ param set SDLOG_PROFILE 3
|
||||
# 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
|
||||
logger start -f -t -b 1000 -p ekf2_timestamps
|
||||
replay start
|
||||
|
||||
Reference in New Issue
Block a user