Merge pull request #2936 from PX4/rc_script_uavcan_launch_order_fix

Launching UAVCAN driver after the on-board sensors are initialized
This commit is contained in:
Lorenz Meier 2015-10-03 14:24:32 +02:00
commit eeef17894d

View File

@ -365,11 +365,6 @@ then
then
fi
#
# UAVCAN
#
sh /etc/init.d/rc.uavcan
#
# Sensors System (start before Commander so Preflight checks are properly run)
#
@ -576,6 +571,11 @@ then
fi
fi
#
# UAVCAN
#
sh /etc/init.d/rc.uavcan
#
# Logging
#