Browse Source

ROMFS: Added the respective land detector to the startup scripts

sbg
Johan Jansen 10 years ago
parent
commit
b5c7c6a15b
  1. 9
      ROMFS/px4fmu_common/init.d/rc.fw_apps
  2. 5
      ROMFS/px4fmu_common/init.d/rc.mc_apps

9
ROMFS/px4fmu_common/init.d/rc.fw_apps

@ -13,3 +13,12 @@ ekf_att_pos_estimator start
# #
fw_att_control start fw_att_control start
fw_pos_control_l1 start fw_pos_control_l1 start
#
# Start Land Detector
#
fw_land_detector start
#
# Misc apps
#

5
ROMFS/px4fmu_common/init.d/rc.mc_apps

@ -10,3 +10,8 @@ position_estimator_inav start
mc_att_control start mc_att_control start
mc_pos_control start mc_pos_control start
#
# Start Land Detector
#
mc_land_detector start

Loading…
Cancel
Save