mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
added rover autostart to rc.autostart
This commit is contained in:
@@ -285,3 +285,12 @@ then
|
||||
fi
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Ground Rover
|
||||
#
|
||||
if param compare SYS_AUTOSTART 50001
|
||||
then
|
||||
sh /etc/init.d/50001_rover
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user