mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Enable position control for Easystar type planes
This commit is contained in:
@@ -98,8 +98,7 @@ else
|
|||||||
mixer load /dev/pwm_output /etc/mixers/FMU_RET.mix
|
mixer load /dev/pwm_output /etc/mixers/FMU_RET.mix
|
||||||
fi
|
fi
|
||||||
fw_att_control start
|
fw_att_control start
|
||||||
# Not ready yet for prime-time
|
fw_pos_control_l1 start
|
||||||
#fw_pos_control_l1 start
|
|
||||||
|
|
||||||
if [ $EXIT_ON_END == yes ]
|
if [ $EXIT_ON_END == yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -91,8 +91,7 @@ att_pos_estimator_ekf start
|
|||||||
#
|
#
|
||||||
mixer load /dev/pwm_output /etc/mixers/FMU_AERT.mix
|
mixer load /dev/pwm_output /etc/mixers/FMU_AERT.mix
|
||||||
fw_att_control start
|
fw_att_control start
|
||||||
# Not ready yet for prime-time
|
fw_pos_control_l1 start
|
||||||
#fw_pos_control_l1 start
|
|
||||||
|
|
||||||
if [ $EXIT_ON_END == yes ]
|
if [ $EXIT_ON_END == yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user