File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
10
10
add_compile_options (-Wall -Wextra -Wpedantic)
11
11
endif ()
12
12
13
+ find_package (action_msgs REQUIRED)
13
14
find_package (ament_cmake REQUIRED)
14
15
find_package (builtin_interfaces REQUIRED)
15
16
find_package (geometry_msgs REQUIRED)
@@ -60,6 +61,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
60
61
${msg_files}
61
62
${srv_files}
62
63
DEPENDENCIES
64
+ action_msgs
63
65
builtin_interfaces
64
66
geometry_msgs
65
67
sensor_msgs
Original file line number Diff line number Diff line change 18
18
<buildtool_depend >ament_cmake</buildtool_depend >
19
19
<buildtool_depend >rosidl_default_generators</buildtool_depend >
20
20
21
+ <!-- action_msgs is needed up to humble -->
22
+ <!-- https://github.com/ros2/rcl_interfaces/issues/75 -->
23
+ <!-- TODO(anyone) remove if master branch - compatibility on humble is not necessary anymore -->
24
+ <depend >action_msgs</depend >
21
25
<depend >builtin_interfaces</depend >
22
26
<depend >geometry_msgs</depend >
23
27
<depend >sensor_msgs</depend >
You can’t perform that action at this time.
0 commit comments