mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 04:00:34 +08:00
25 lines
272 B
Plaintext
25 lines
272 B
Plaintext
#!nsh
|
|
#
|
|
# Standard apps for multirotors
|
|
#
|
|
|
|
#
|
|
# Start the attitude estimator
|
|
#
|
|
attitude_estimator_ekf start
|
|
|
|
#
|
|
# Start position estimator
|
|
#
|
|
position_estimator_inav start
|
|
|
|
#
|
|
# Start attitude control
|
|
#
|
|
mc_att_control start
|
|
|
|
#
|
|
# Start position control
|
|
#
|
|
mc_pos_control start
|