mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup
This commit is contained in:
@@ -22,6 +22,17 @@ then
|
|||||||
echo "Commander started"
|
echo "Commander started"
|
||||||
fi
|
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
|
# Start sensors
|
||||||
sh /etc/init.d/rc.sensors
|
sh /etc/init.d/rc.sensors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user