mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
ROMFS: Added the respective land detector to the startup scripts
This commit is contained in:
@@ -13,3 +13,12 @@ ekf_att_pos_estimator start
|
||||
#
|
||||
fw_att_control start
|
||||
fw_pos_control_l1 start
|
||||
|
||||
#
|
||||
# Start Land Detector
|
||||
#
|
||||
fw_land_detector start
|
||||
|
||||
#
|
||||
# Misc apps
|
||||
#
|
||||
@@ -10,3 +10,8 @@ position_estimator_inav start
|
||||
|
||||
mc_att_control start
|
||||
mc_pos_control start
|
||||
|
||||
#
|
||||
# Start Land Detector
|
||||
#
|
||||
mc_land_detector start
|
||||
|
||||
Reference in New Issue
Block a user