Skip to content

Commit

Permalink
build: package.xml dependencies (#60)
Browse files Browse the repository at this point in the history
* mark rosidl_default_generators as <build_depend>

Signed-off-by: Vincent Richard <[email protected]>

* add missing rosidl_default_runtime <exec_depend>

Signed-off-by: Vincent Richard <[email protected]>

---------

Signed-off-by: Vincent Richard <[email protected]>
  • Loading branch information
VRichardJP authored May 1, 2023
1 parent a3e8aa3 commit 63a4355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion autoware_common_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<depend>rosidl_default_generators</depend>
<exec_depend>rosidl_default_runtime</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down
4 changes: 3 additions & 1 deletion autoware_perception_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<depend>builtin_interfaces</depend>
<depend>rosidl_default_generators</depend>

<exec_depend>rosidl_default_runtime</exec_depend>

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

0 comments on commit 63a4355

Please sign in to comment.