aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.fw_apps
blob: d354fb06fad4913d6c7997fa4b055a3496ac328d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!nsh
#
# Standard apps for fixed wing
#

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