Skip to content

Commit

Permalink
Readd action msgs (revert #115) (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Mar 22, 2024
1 parent da8dfb6 commit ffddb62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

find_package(action_msgs REQUIRED)
find_package(ament_cmake REQUIRED)
find_package(builtin_interfaces REQUIRED)
find_package(geometry_msgs REQUIRED)
Expand Down Expand Up @@ -60,6 +61,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
${srv_files}
DEPENDENCIES
action_msgs
builtin_interfaces
geometry_msgs
sensor_msgs
Expand Down
4 changes: 4 additions & 0 deletions control_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<!-- action_msgs is needed up to humble -->
<!-- https://github.com/ros2/rcl_interfaces/issues/75 -->
<!-- TODO(anyone) remove if master branch - compatibility on humble is not necessary anymore -->
<depend>action_msgs</depend>
<depend>builtin_interfaces</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
Expand Down

0 comments on commit ffddb62

Please sign in to comment.