mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
sitl: add iris_replay startup script, handle $replay_mode in sitl_run.sh
usage: export replay_mode=ekf2 export replay=<abs_path_to_log.ulg> make posix none
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
uorb start
|
||||
|
||||
ekf2 start --replay
|
||||
logger start -e -t -b 1000 -p vehicle_attitude
|
||||
sleep 0.2
|
||||
replay start -m ekf2
|
||||
|
||||
Reference in New Issue
Block a user