Skip to content

Commit 104e41f

Browse files
committed
control_allocator: fix PID dependency definition
1 parent 809707c commit 104e41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/control_allocation/actuator_effectiveness/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ target_include_directories(ActuatorEffectiveness PUBLIC ${CMAKE_CURRENT_SOURCE_D
4141
target_link_libraries(ActuatorEffectiveness
4242
PRIVATE
4343
mathlib
44-
PID
4544
)

src/modules/control_allocator/VehicleActuatorEffectiveness/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ target_compile_options(VehicleActuatorEffectiveness PRIVATE ${MAX_CUSTOM_OPT_LEV
3535
target_include_directories(VehicleActuatorEffectiveness PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
3636
target_link_libraries(VehicleActuatorEffectiveness
3737
PRIVATE
38-
mathlib
3938
ActuatorEffectiveness
39+
mathlib
40+
PID
4041
)
4142

4243
px4_add_functional_gtest(SRC ActuatorEffectivenessHelicopterTest.cpp LINKLIBS VehicleActuatorEffectiveness)

0 commit comments

Comments
 (0)