mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 08:57:35 +08:00
cmake configs : Add precision landing support
This commit is contained in:
committed by
Lorenz Meier
parent
90e3aeda6c
commit
155c55814b
@@ -115,6 +115,7 @@ set(config_module_list
|
||||
modules/ekf2
|
||||
#modules/local_position_estimator
|
||||
#modules/position_estimator_inav
|
||||
#modules/landing_target_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -7,6 +7,10 @@ list(REMOVE_ITEM config_module_list
|
||||
)
|
||||
|
||||
list(APPEND config_module_list
|
||||
|
||||
drivers/irlock
|
||||
|
||||
modules/attitude_estimator_q
|
||||
modules/local_position_estimator
|
||||
modules/landing_target_estimator
|
||||
)
|
||||
|
||||
@@ -119,6 +119,7 @@ set(config_module_list
|
||||
#
|
||||
modules/attitude_estimator_q
|
||||
modules/ekf2
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ set(config_module_list
|
||||
drivers/hott/hott_sensors
|
||||
drivers/hott/hott_telemetry
|
||||
drivers/iridiumsbd
|
||||
drivers/irlock
|
||||
drivers/led
|
||||
drivers/lis3mdl
|
||||
drivers/ll40ls
|
||||
@@ -109,6 +110,7 @@ set(config_module_list
|
||||
#
|
||||
modules/attitude_estimator_q
|
||||
modules/ekf2
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ set(config_module_list
|
||||
drivers/hott/hott_sensors
|
||||
drivers/hott/hott_telemetry
|
||||
drivers/iridiumsbd
|
||||
drivers/irlock
|
||||
drivers/l3gd20
|
||||
drivers/led
|
||||
drivers/lis3mdl
|
||||
@@ -109,6 +110,7 @@ set(config_module_list
|
||||
#
|
||||
modules/attitude_estimator_q
|
||||
modules/ekf2
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ set(config_module_list
|
||||
drivers/hott/hott_sensors
|
||||
drivers/hott/hott_telemetry
|
||||
drivers/iridiumsbd
|
||||
drivers/irlock
|
||||
drivers/ist8310
|
||||
drivers/led
|
||||
drivers/lis3mdl
|
||||
@@ -109,6 +110,7 @@ set(config_module_list
|
||||
#
|
||||
modules/attitude_estimator_q
|
||||
modules/ekf2
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
|
||||
|
||||
Reference in New Issue
Block a user