forked from Archive/PX4-Autopilot
21 lines
236 B
Plaintext
21 lines
236 B
Plaintext
|
#!nsh
|
||
|
#
|
||
|
# Standard apps for fixed wing
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Start the attitude and position estimator
|
||
|
#
|
||
|
ekf2 start
|
||
|
|
||
|
#
|
||
|
# Start attitude controller
|
||
|
#
|
||
|
fw_att_control start
|
||
|
fw_pos_control_l1 start
|
||
|
|
||
|
#
|
||
|
# Start Land Detector
|
||
|
#
|
||
|
land_detector start fixedwing
|