Browse Source

Added pos control in startup scripts

sbg
Lorenz Meier 12 years ago
parent
commit
7d9f49adc0
  1. 3
      ROMFS/px4fmu_common/init.d/30_io_camflyer
  2. 3
      ROMFS/px4fmu_common/init.d/31_io_phantom
  3. 2
      ROMFS/px4fmu_common/init.d/rc.hil

3
ROMFS/px4fmu_common/init.d/30_io_camflyer

@ -73,8 +73,7 @@ att_pos_estimator_ekf start @@ -73,8 +73,7 @@ att_pos_estimator_ekf start
#
mixer load /dev/pwm_output /etc/mixers/FMU_Q.mix
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 ]
then

3
ROMFS/px4fmu_common/init.d/31_io_phantom

@ -73,8 +73,7 @@ att_pos_estimator_ekf start @@ -73,8 +73,7 @@ att_pos_estimator_ekf start
#
mixer load /dev/pwm_output /etc/mixers/FMU_Q.mix
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 ]
then

2
ROMFS/px4fmu_common/init.d/rc.hil

@ -49,7 +49,7 @@ att_pos_estimator_ekf start @@ -49,7 +49,7 @@ att_pos_estimator_ekf start
# Load mixer and start controllers (depends on px4io)
#
mixer load /dev/pwm_output /etc/mixers/FMU_AET.mix
#fw_pos_control_l1 start
fw_pos_control_l1 start
fw_att_control start
echo "[HIL] setup done, running"

Loading…
Cancel
Save