mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
cmake configs: added wind estimator to relevant configs
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -119,6 +119,7 @@ set(config_module_list
|
||||
#modules/local_position_estimator
|
||||
#modules/position_estimator_inav
|
||||
#modules/landing_target_estimator
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -108,6 +108,7 @@ set(config_module_list
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -95,6 +95,7 @@ set(config_module_list
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -99,6 +99,7 @@ set(config_module_list
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -100,6 +100,7 @@ set(config_module_list
|
||||
modules/landing_target_estimator
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
@@ -88,6 +88,7 @@ set(config_module_list
|
||||
modules/ekf2
|
||||
modules/local_position_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/wind_estimator
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
Reference in New Issue
Block a user