aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.fixedwing
blob: f028510064ddb1f06509b5f52a41c059d0e4f9e1 (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
#!nsh
#
# Standard everything needed for fixedwing except mixer, actuator 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 GPS interface (depends on orb)
#
gps start

#
# Start the attitude and position estimator
#
att_pos_estimator_ekf start

#
# Start attitude controller
#
fw_att_control start

#
# Start the position controller
#
fw_pos_control_l1 start