aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.multirotor
blob: 73f1b374293ba15016559f8fb585942ff5cb595a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!nsh
#
# Standard everything needed for multirotors except mixer, output and mavlink
#

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

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