aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.mc_apps
blob: 8b51d57e51045e80eb714e563a197a5f5c809786 (plain) (tree)
1
2
3
4
5
6

     
                               


 

















                              
#!nsh
#
# Standard apps for multirotors
#

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

#
# Start attitude control
#
multirotor_att_control start

#
# Start position control
#
multirotor_pos_control start