Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
added rover autostart to rc.autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotik committed Feb 20, 2015
1 parent 15f729d commit c006b81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ROMFS/px4fmu_common/init.d/rc.autostart
Expand Up @@ -285,3 +285,12 @@ then
fi



#
# Ground Rover
#
if param compare SYS_AUTOSTART 50001
then
sh /etc/init.d/50001_rover
fi

0 comments on commit c006b81

Please sign in to comment.