mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
posix-config iris_replay: log until SITL exits
If a log with multiple (dis)arming events was replayed, multiple logs were created. This changes the replay to only create a single log.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
ekf2 start -r
|
ekf2 start -r
|
||||||
logger start -e -t -b 1000 -p vehicle_attitude
|
logger start -f -t -b 1000 -p vehicle_attitude
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
replay start
|
replay start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user