mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Always start default mc apps
This commit is contained in:
@@ -29,19 +29,9 @@ then
|
|||||||
fi
|
fi
|
||||||
#---------------------------------------
|
#---------------------------------------
|
||||||
|
|
||||||
if mc_att_control start
|
mc_att_control start
|
||||||
then
|
|
||||||
else
|
|
||||||
# try the multiplatform version
|
|
||||||
mc_att_control_m start
|
|
||||||
fi
|
|
||||||
|
|
||||||
if mc_pos_control start
|
mc_pos_control start
|
||||||
then
|
|
||||||
else
|
|
||||||
# try the multiplatform version
|
|
||||||
mc_pos_control_m start
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Start Land Detector
|
# Start Land Detector
|
||||||
|
|||||||
Reference in New Issue
Block a user