mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 18:07:34 +08:00
makefiles and rc scripts fixed to use new attitude and position controllers
This commit is contained in:
@@ -72,7 +72,7 @@ flow_position_estimator start
|
||||
#
|
||||
# Fire up the multi rotor attitude controller
|
||||
#
|
||||
multirotor_att_control start
|
||||
mc_att_control_vector start
|
||||
|
||||
#
|
||||
# Fire up the flow position controller
|
||||
|
||||
@@ -91,7 +91,7 @@ mc_att_control_vector start
|
||||
#
|
||||
# Start position control
|
||||
#
|
||||
multirotor_pos_control start
|
||||
mc_pos_control start
|
||||
|
||||
echo "[HIL] setup done, running"
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ mc_att_control_vector start
|
||||
#
|
||||
# Start position control
|
||||
#
|
||||
multirotor_pos_control start
|
||||
mc_pos_control start
|
||||
|
||||
echo "[HIL] setup done, running"
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ mc_att_control_vector start
|
||||
#
|
||||
# Start position control
|
||||
#
|
||||
multirotor_pos_control start
|
||||
mc_pos_control start
|
||||
|
||||
Reference in New Issue
Block a user