mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
enable commander hil option when hils mode
test for merge... recover modification part
This commit is contained in:
@@ -330,7 +330,12 @@ then
|
||||
sh /etc/init.d/rc.sensors
|
||||
|
||||
# Needs to be this early for in-air-restarts
|
||||
commander start
|
||||
if [ $OUTPUT_MODE == hil ]
|
||||
then
|
||||
commander start -hil
|
||||
else
|
||||
commander start
|
||||
fi
|
||||
|
||||
#
|
||||
# Start primary output
|
||||
|
||||
Reference in New Issue
Block a user