px4dev 2e4424f405 Revert "Reboot board on critical sensor failure"
This reverts commit e92db089ce686694a3bda4b9c826ef4dc1dd132d.
2012-08-30 09:22:53 -07:00

29 lines
363 B
Plaintext

#!nsh
#
# Standard startup script for PX4FMU onboard sensor drivers.
#
#
# Start sensor drivers here.
#
ms5611 start
mpu6000 start
hmc5883 start
#
# Start the sensor collection task.
#
sensors start
#
# Test sensor functionality
#
# XXX integrate with 'sensors start' ?
#
#if sensors quicktest
#then
# echo "[init] sensor initialisation FAILED."
# reboot
#fi