Skip to content

Commit

Permalink
refactor: use rosidl_core_runtime for messages action_msgs depends on
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Chen <[email protected]>
  • Loading branch information
ihasdapie committed Aug 9, 2022
1 parent 8d0bae5 commit ba74ac1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion action_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_core_generators</buildtool_depend>

<!-- actions define action services -->
<depend>service_msgs</depend>

<depend>builtin_interfaces</depend>
<depend>unique_identifier_msgs</depend>

<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>rosidl_core_runtime</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion builtin_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<buildtool_depend>rosidl_core_generators</buildtool_depend>

<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>rosidl_core_runtime</exec_depend>

<test_depend>ament_lint_common</test_depend>

Expand Down
2 changes: 1 addition & 1 deletion service_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

find_package(ament_cmake REQUIRED)
find_package(builtin_interfaces REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(rosidl_core_generators REQUIRED)
find_package(unique_identifier_msgs REQUIRED)

set(msg_files
Expand Down
4 changes: 2 additions & 2 deletions service_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<author email="[email protected]">Brian Chen</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<buildtool_depend>rosidl_core_generators</buildtool_depend>

<depend>builtin_interfaces</depend>
<depend>unique_identifier_msgs</depend>

<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>rosidl_core_runtime</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit ba74ac1

Please sign in to comment.