aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.mc_apps
blob: 96fe32c8a79d37378087a1d3649a2f186a8ba569 (plain) (tree)























                               
#!nsh
#
# Standard apps for multirotors
#

#
# Start the attitude estimator
#
attitude_estimator_ekf start
 
#
# Start position estimator
#
position_estimator_inav start

#
# Start attitude control
#
mc_att_control start

#
# Start position control
#
mc_pos_control start