Take 2: Cleanup circular dependencies ActuatorEffectiveness

This commit is contained in:
Jaeyoung-Lim 2025-01-10 17:22:02 +01:00 committed by Silvan Fuhrer
parent 208d37e703
commit f5c05f6d01
3 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@
****************************************************************************/
#include "ActuatorEffectivenessFixedWing.hpp"
#include <ControlAllocation/ControlAllocation.hpp>
using namespace matrix;

View File

@ -32,7 +32,6 @@
****************************************************************************/
#include "ActuatorEffectivenessRoverAckermann.hpp"
#include <ControlAllocation/ControlAllocation.hpp>
using namespace matrix;

View File

@ -32,7 +32,6 @@
****************************************************************************/
#include "ActuatorEffectivenessStandardVTOL.hpp"
#include <ControlAllocation/ControlAllocation.hpp>
using namespace matrix;