ControlAllocationSequentialDesaturationTest: fix include instead of duplicating definitions

This commit is contained in:
Matthias Grob 2025-04-16 11:21:09 +02:00
parent 4b4cc2164c
commit ef6866cd08
2 changed files with 2 additions and 2 deletions

View File

@ -44,4 +44,4 @@ target_include_directories(ControlAllocation PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(ControlAllocation PRIVATE mathlib)
px4_add_unit_gtest(SRC ControlAllocationPseudoInverseTest.cpp LINKLIBS ControlAllocation)
# px4_add_functional_gtest(SRC ControlAllocationSequentialDesaturationTest.cpp LINKLIBS ControlAllocation ActuatorEffectiveness)
px4_add_functional_gtest(SRC ControlAllocationSequentialDesaturationTest.cpp LINKLIBS ControlAllocation VehicleActuatorEffectiveness)

View File

@ -40,7 +40,7 @@
#include <gtest/gtest.h>
#include <ControlAllocationSequentialDesaturation.hpp>
#include <actuator_effectiveness/ActuatorEffectivenessRotors.hpp>
#include <ActuatorEffectivenessRotors.hpp>
using namespace matrix;