Skip to content

Commit

Permalink
Remove more circular dependencies with ActuatorEffectiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Jan 10, 2025
1 parent 208d37e commit 6e6108b
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#
############################################################################

add_subdirectory(actuator_effectiveness EXCLUDE_FROM_ALL)
add_subdirectory(adsb EXCLUDE_FROM_ALL)
add_subdirectory(airspeed EXCLUDE_FROM_ALL)
add_subdirectory(atmosphere EXCLUDE_FROM_ALL)
Expand All @@ -43,6 +44,7 @@ add_subdirectory(cdrstream EXCLUDE_FROM_ALL)
add_subdirectory(circuit_breaker EXCLUDE_FROM_ALL)
add_subdirectory(collision_prevention EXCLUDE_FROM_ALL)
add_subdirectory(component_information EXCLUDE_FROM_ALL)
add_subdirectory(control_allocation EXCLUDE_FROM_ALL)
add_subdirectory(controllib EXCLUDE_FROM_ALL)
add_subdirectory(conversion EXCLUDE_FROM_ALL)
add_subdirectory(crc EXCLUDE_FROM_ALL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

#include "ActuatorEffectivenessFixedWing.hpp"
#include <ControlAllocation/ControlAllocation.hpp>
#include <control_allocation/ControlAllocation.hpp>

using namespace matrix;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
****************************************************************************/

#include "ActuatorEffectivenessRoverAckermann.hpp"
#include <ControlAllocation/ControlAllocation.hpp>

using namespace matrix;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
****************************************************************************/

#include "ActuatorEffectivenessStandardVTOL.hpp"
#include <ControlAllocation/ControlAllocation.hpp>

using namespace matrix;

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

#include <matrix/matrix/math.hpp>

#include "ActuatorEffectiveness/ActuatorEffectiveness.hpp"
#include "actuator_effectiveness/ActuatorEffectiveness.hpp"

class ControlAllocation
{
Expand Down
2 changes: 0 additions & 2 deletions src/modules/control_allocator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
############################################################################

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(ActuatorEffectiveness)
add_subdirectory(ControlAllocation)

px4_add_module(
MODULE modules__control_allocator
Expand Down

0 comments on commit 6e6108b

Please sign in to comment.