aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.mc_apps
blob: 4e0d6814756684eef2ecc08ddc01bbffc7829daf (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
#
mc_att_control_vector start

#
# Start position control
#
mc_pos_control start