Updating the paths to clarify where headers origin

This commit is contained in:
Pernilla
2025-01-30 17:35:19 +01:00
parent 1b9a834309
commit 44bce91dc7
6 changed files with 9 additions and 9 deletions
@@ -33,7 +33,7 @@
#pragma once
#include "control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp"
#include "ActuatorEffectiveness.hpp"
#include <px4_platform_common/module_params.h>
#include <lib/slew_rate/SlewRate.hpp>
@@ -41,7 +41,7 @@
#pragma once
#include "control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp"
#include "ActuatorEffectiveness.hpp"
#include <px4_platform_common/module_params.h>
#include <uORB/Subscription.hpp>
@@ -33,7 +33,7 @@
#pragma once
#include "control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp"
#include "ActuatorEffectiveness.hpp"
#include "ActuatorEffectivenessRotors.hpp"
#include <px4_platform_common/module_params.h>
@@ -71,7 +71,7 @@
#include <matrix/matrix/math.hpp>
#include "control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp"
#include "../actuator_effectiveness/ActuatorEffectiveness.hpp"
class ControlAllocation
{
@@ -40,7 +40,7 @@
#include <gtest/gtest.h>
#include <ControlAllocationSequentialDesaturation.hpp>
#include <actuator_effectiveness/ActuatorEffectivenessRotors.hpp>
#include <control_allocation/actuator_effectiveness/ActuatorEffectivenessRotors.hpp>
using namespace matrix;
@@ -41,7 +41,7 @@
#pragma once
#include <ActuatorEffectiveness.hpp>
#include <lib/control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp>
#include <ActuatorEffectivenessMultirotor.hpp>
#include <ActuatorEffectivenessStandardVTOL.hpp>
#include <ActuatorEffectivenessTiltrotorVTOL.hpp>
@@ -54,9 +54,9 @@
#include <ActuatorEffectivenessHelicopter.hpp>
#include <ActuatorEffectivenessHelicopterCoaxial.hpp>
#include <ControlAllocation.hpp>
#include <ControlAllocationPseudoInverse.hpp>
#include <ControlAllocationSequentialDesaturation.hpp>
#include <lib/control_allocation/control_allocation/ControlAllocation.hpp>
#include <lib/control_allocation/control_allocation/ControlAllocationPseudoInverse.hpp>
#include <lib/control_allocation/control_allocation/ControlAllocationSequentialDesaturation.hpp>
#include <lib/matrix/matrix/math.hpp>
#include <lib/perf/perf_counter.h>