mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
start position estimator and position control
This commit is contained in:
@@ -82,6 +82,10 @@ gps start
|
||||
# Start the attitude estimator
|
||||
#
|
||||
attitude_estimator_ekf start
|
||||
#
|
||||
# Start the position estimator
|
||||
#
|
||||
position_estimator_inav start
|
||||
|
||||
echo "[init] starting PWM output"
|
||||
fmu mode_pwm
|
||||
@@ -93,6 +97,11 @@ pwm -u 400 -m 0xff
|
||||
#
|
||||
multirotor_att_control start
|
||||
|
||||
#
|
||||
# Start position control
|
||||
#
|
||||
multirotor_pos_control start
|
||||
|
||||
#
|
||||
# Start logging
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user