mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 14:20:36 +08:00
27 lines
393 B
Plaintext
27 lines
393 B
Plaintext
#!nsh
|
|
#
|
|
# Standard apps for unmanned ground vehicles (UGV).
|
|
#
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
|
#
|
|
|
|
#
|
|
# Start the attitude and position estimator.
|
|
#
|
|
ekf2 start
|
|
#attitude_estimator_q start
|
|
#local_position_estimator start
|
|
|
|
|
|
#
|
|
# Start attitude controllers.
|
|
#
|
|
gnd_att_control start
|
|
gnd_pos_control start
|
|
|
|
|
|
#
|
|
# Start Land Detector.
|
|
#
|
|
land_detector start ugv
|