Browse Source

ROMFS: Update for preflight check in Commander

sbg
Johan Jansen 10 years ago committed by Lorenz Meier
parent
commit
3365e577e7
  1. 8
      ROMFS/px4fmu_common/init.d/rc.sensors
  2. 8
      ROMFS/px4fmu_common/init.d/rcS

8
ROMFS/px4fmu_common/init.d/rc.sensors

@ -115,9 +115,7 @@ then @@ -115,9 +115,7 @@ then
fi
#
# Start sensors -> preflight_check
# Start sensors
#
if sensors start
then
preflight_check &
fi
sensors start

8
ROMFS/px4fmu_common/init.d/rcS

@ -301,6 +301,11 @@ then @@ -301,6 +301,11 @@ then
then
fi
#
# Sensors System (start before Commander so Preflight checks are properly run)
#
sh /etc/init.d/rc.sensors
# Needs to be this early for in-air-restarts
commander start
@ -467,9 +472,8 @@ then @@ -467,9 +472,8 @@ then
sh /etc/init.d/rc.uavcan
#
# Sensors, Logging, GPS
# Logging, GPS
#
sh /etc/init.d/rc.sensors
sh /etc/init.d/rc.logging
if [ $GPS == yes ]

Loading…
Cancel
Save