aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.usb
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-01-10 13:18:34 +0100
committerAnton Babushkin <anton.babushkin@me.com>2014-01-10 13:18:34 +0100
commitb5d56523bc100d7bf95a6dfbac95c1afc89e345e (patch)
treea54be4fa60168cab7c03aa8622ddf05c1cf275b3 /ROMFS/px4fmu_common/init.d/rc.usb
parent891cb3f8c2755fdc566711448f1f19a06938bd2f (diff)
downloadpx4-firmware-b5d56523bc100d7bf95a6dfbac95c1afc89e345e.tar.gz
px4-firmware-b5d56523bc100d7bf95a6dfbac95c1afc89e345e.tar.bz2
px4-firmware-b5d56523bc100d7bf95a6dfbac95c1afc89e345e.zip
Init scripts cleanup, WIP
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rc.usb')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.usb33
1 files changed, 0 insertions, 33 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.usb b/ROMFS/px4fmu_common/init.d/rc.usb
index ccf2cd47e..0cd8a0e04 100644
--- a/ROMFS/px4fmu_common/init.d/rc.usb
+++ b/ROMFS/px4fmu_common/init.d/rc.usb
@@ -36,39 +36,6 @@ then
echo "Commander started"
fi
-# Start px4io if present
-if px4io start
-then
- echo "PX4IO driver started"
-else
- if fmu mode_serial
- then
- echo "FMU driver started"
- fi
-fi
-
-# Start sensors
-sh /etc/init.d/rc.sensors
-
-# Start one of the estimators
-if attitude_estimator_ekf status
-then
- echo "multicopter att filter running"
-else
- if att_pos_estimator_ekf status
- then
- echo "fixedwing att filter running"
- else
- attitude_estimator_ekf start
- fi
-fi
-
-# Start GPS
-if gps start
-then
- echo "GPS started"
-fi
-
echo "MAVLink started, exiting shell.."
# Exit shell to make it available to MAVLink