Skip to content

Commit

Permalink
add service_msgs depend
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
  • Loading branch information
ihasdapie authored and jacobperron committed Sep 29, 2022
1 parent 864eebc commit a3fae0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rosidl_default_generators/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<!-- Code generation for Actions depends on action_msgs -->
<buildtool_export_depend>action_msgs</buildtool_export_depend>
<buildtool_export_depend>service_msgs</buildtool_export_depend>

<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>

Expand Down
1 change: 1 addition & 0 deletions rosidl_default_runtime/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<build_export_depend>rosidl_core_runtime</build_export_depend>

<exec_depend>action_msgs</exec_depend>
<exec_depend>service_msgs</exec_depend>

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

0 comments on commit a3fae0c

Please sign in to comment.