Browse Source

remove commander from hil startup scripts

sbg
Thomas Gubler 11 years ago
parent
commit
9b08923cd2
  1. 5
      ROMFS/px4fmu_common/init.d/1000_rc_fw_easystar.hil
  2. 5
      ROMFS/px4fmu_common/init.d/1001_rc_quad.hil
  3. 5
      ROMFS/px4fmu_common/init.d/1002_rc_fw_state.hil
  4. 5
      ROMFS/px4fmu_common/init.d/1003_rc_quad_+.hil
  5. 5
      ROMFS/px4fmu_common/init.d/1004_rc_fw_Rascal110.hil

5
ROMFS/px4fmu_common/init.d/1000_rc_fw_easystar.hil

@ -55,11 +55,6 @@ hil mode_pwm
# #
param set MAV_TYPE 1 param set MAV_TYPE 1
#
# Start the commander (depends on orb, mavlink)
#
commander start
# #
# Check if we got an IO # Check if we got an IO
# #

5
ROMFS/px4fmu_common/init.d/1001_rc_quad.hil

@ -60,11 +60,6 @@ hil mode_pwm
# #
param set MAV_TYPE 2 param set MAV_TYPE 2
#
# Start the commander (depends on orb, mavlink)
#
commander start
# #
# Check if we got an IO # Check if we got an IO
# #

5
ROMFS/px4fmu_common/init.d/1002_rc_fw_state.hil

@ -52,11 +52,6 @@ hil mode_pwm
# #
param set MAV_TYPE 1 param set MAV_TYPE 1
#
# Start the commander (depends on orb, mavlink)
#
commander start
# #
# Check if we got an IO # Check if we got an IO
# #

5
ROMFS/px4fmu_common/init.d/1003_rc_quad_+.hil

@ -60,11 +60,6 @@ hil mode_pwm
# #
param set MAV_TYPE 2 param set MAV_TYPE 2
#
# Start the commander (depends on orb, mavlink)
#
commander start
# #
# Check if we got an IO # Check if we got an IO
# #

5
ROMFS/px4fmu_common/init.d/1004_rc_fw_Rascal110.hil

@ -55,11 +55,6 @@ hil mode_pwm
# #
param set MAV_TYPE 1 param set MAV_TYPE 1
#
# Start the commander (depends on orb, mavlink)
#
commander start
# #
# Check if we got an IO # Check if we got an IO
# #

Loading…
Cancel
Save