mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
18 lines
201 B
Plaintext
18 lines
201 B
Plaintext
#!nsh
|
|
#
|
|
# Standard apps for multirotors:
|
|
# att & pos estimator, att & pos control.
|
|
#
|
|
|
|
|
|
ekf2 start
|
|
|
|
mc_att_control start
|
|
|
|
mc_pos_control start
|
|
|
|
#
|
|
# Start Land Detector
|
|
#
|
|
land_detector start multicopter
|