2018-12-18 09:26:22 +01:00
|
|
|
#!/bin/sh
|
2014-12-02 10:30:26 +01:00
|
|
|
#
|
2018-07-12 15:56:46 -06:00
|
|
|
# Standard apps for vtol: Attitude/Position estimator, Attitude/Position control.
|
2014-12-02 10:30:26 +01:00
|
|
|
#
|
2018-07-12 15:56:46 -06:00
|
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
2016-04-14 15:22:25 -04:00
|
|
|
#
|
|
|
|
|
|
2018-07-12 15:56:46 -06:00
|
|
|
###############################################################################
|
|
|
|
|
# Begin Estimator group selection #
|
|
|
|
|
###############################################################################
|
2014-12-02 10:30:26 +01:00
|
|
|
|
2019-04-29 11:50:36 -04:00
|
|
|
ekf2 start
|
2018-07-12 15:56:46 -06:00
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
# End Estimator group selection #
|
|
|
|
|
###############################################################################
|
2016-04-14 15:22:25 -04:00
|
|
|
|
2019-11-30 12:58:36 -05:00
|
|
|
airspeed_selector start
|
2016-04-14 15:22:25 -04:00
|
|
|
|
2014-12-02 10:30:26 +01:00
|
|
|
vtol_att_control start
|
2015-08-06 15:24:52 +02:00
|
|
|
|
2019-11-30 12:58:36 -05:00
|
|
|
mc_rate_control start vtol
|
|
|
|
|
mc_att_control start vtol
|
|
|
|
|
mc_pos_control start vtol
|
|
|
|
|
|
|
|
|
|
fw_att_control start vtol
|
|
|
|
|
fw_pos_control_l1 start vtol
|
|
|
|
|
|
2015-08-06 15:24:52 +02:00
|
|
|
# Start Land Detector
|
2015-08-14 07:36:16 +02:00
|
|
|
# Multicopter for now until we have something for VTOL
|
2015-08-06 15:24:52 +02:00
|
|
|
#
|
2015-08-15 16:30:29 +02:00
|
|
|
land_detector start vtol
|