mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 05:47:34 +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