mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
HITL startup: Further simplification of boot logic in commander
This commit is contained in:
@@ -470,7 +470,7 @@ then
|
||||
# Needs to be this early for in-air-restarts
|
||||
if [ $OUTPUT_MODE == hil ]
|
||||
then
|
||||
commander start -hil
|
||||
commander start --hil
|
||||
else
|
||||
commander start
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user