mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
#!nsh
|
|
#
|
|
# Standard apps for multirotors:
|
|
# att & pos estimator, att & pos control.
|
|
#
|
|
|
|
attitude_estimator_ekf start
|
|
position_estimator_inav start
|
|
|
|
mc_att_control start
|
|
mc_pos_control start
|