forked from Archive/PX4-Autopilot
25 lines
288 B
Plaintext
25 lines
288 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
|
|
#
|
|
multirotor_att_control start
|
|
|
|
#
|
|
# Start position control
|
|
#
|
|
multirotor_pos_control start
|