We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809707c commit 104e41fCopy full SHA for 104e41f
src/lib/control_allocation/actuator_effectiveness/CMakeLists.txt
@@ -41,5 +41,4 @@ target_include_directories(ActuatorEffectiveness PUBLIC ${CMAKE_CURRENT_SOURCE_D
41
target_link_libraries(ActuatorEffectiveness
42
PRIVATE
43
mathlib
44
- PID
45
)
src/modules/control_allocator/VehicleActuatorEffectiveness/CMakeLists.txt
@@ -35,8 +35,9 @@ target_compile_options(VehicleActuatorEffectiveness PRIVATE ${MAX_CUSTOM_OPT_LEV
35
target_include_directories(VehicleActuatorEffectiveness PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
36
target_link_libraries(VehicleActuatorEffectiveness
37
38
- mathlib
39
ActuatorEffectiveness
+ mathlib
40
+ PID
px4_add_functional_gtest(SRC ActuatorEffectivenessHelicopterTest.cpp LINKLIBS VehicleActuatorEffectiveness)
0 commit comments