Skip to content

Commit

Permalink
Remove FW goto interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahimayoga committed Feb 10, 2025
1 parent c3a270f commit b957d1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109 deletions.
2 changes: 0 additions & 2 deletions px4_ros2_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ set(HEADER_FILES
include/px4_ros2/control/setpoint_types/experimental/attitude.hpp
include/px4_ros2/control/setpoint_types/experimental/rates.hpp
include/px4_ros2/control/setpoint_types/experimental/trajectory.hpp
include/px4_ros2/control/setpoint_types/fixedwing/goto.hpp
include/px4_ros2/control/setpoint_types/fixedwing/fw_control_setpoint.hpp
include/px4_ros2/navigation/experimental/global_position_measurement_interface.hpp
include/px4_ros2/navigation/experimental/local_position_measurement_interface.hpp
Expand Down Expand Up @@ -72,7 +71,6 @@ add_library(px4_ros2_cpp
src/control/peripheral_actuators.cpp
src/control/setpoint_types/direct_actuators.cpp
src/control/setpoint_types/goto.cpp
src/control/setpoint_types/fixedwing/goto.cpp
src/control/setpoint_types/fixedwing/fw_control_setpoint.cpp
src/control/setpoint_types/experimental/attitude.cpp
src/control/setpoint_types/experimental/rates.cpp
Expand Down

This file was deleted.

54 changes: 0 additions & 54 deletions px4_ros2_cpp/src/control/setpoint_types/fixedwing/goto.cpp

This file was deleted.

0 comments on commit b957d1a

Please sign in to comment.