2013-08-24 15:32:46 -03:00
|
|
|
#!nsh
|
|
|
|
#
|
2014-02-01 10:46:04 -04:00
|
|
|
# Standard apps for multirotors:
|
|
|
|
# att & pos estimator, att & pos control.
|
2013-08-24 15:32:46 -03:00
|
|
|
#
|
|
|
|
|
|
|
|
attitude_estimator_ekf start
|
2014-04-26 10:13:50 -03:00
|
|
|
#ekf_att_pos_estimator start
|
|
|
|
position_estimator_inav start
|
2013-08-24 15:32:46 -03:00
|
|
|
|
2014-01-19 05:44:57 -04:00
|
|
|
mc_att_control start
|
2014-01-17 19:05:04 -04:00
|
|
|
mc_pos_control start
|
2015-01-06 06:59:15 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Start Land Detector
|
|
|
|
#
|
|
|
|
mc_land_detector start
|