aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.multirotor
blob: e3638e3d1fc7f72581cb4db8d4d8cdb439d3eaad (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             




                                    



























                                      
#!nsh
#
# Standard everything needed for multirotors except mixer, output and mavlink
#

#
# Start the sensors and test them.
#
sh /etc/init.d/rc.sensors

#
# Start logging (depends on sensors)
#
sh /etc/init.d/rc.logging

#
# Start the commander.
#
commander start

#
# Start GPS interface (depends on orb)
#
gps start

#
# 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