mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
#!nsh
|
|
#
|
|
# Standard apps for fixed wing
|
|
#
|
|
|
|
#
|
|
# Start the attitude and position estimator
|
|
#
|
|
ekf_att_pos_estimator start
|
|
|
|
#
|
|
# Start attitude controller
|
|
#
|
|
fw_att_control start
|
|
fw_pos_control_l1 start
|