Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
I believe those three lines should be part of every package's `package.xml`.

Signed-off-by: Nikolai Morin <nnmmgit@gmail.com>
  • Loading branch information
nnmm committed Mar 7, 2022
1 parent 96d65b6 commit 0683d1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

<buildtool_depend>ament_cmake_core</buildtool_depend>

<build_depend>rosidl_default_generators</build_depend>

<exec_depend>rosidl_default_runtime</exec_depend>

<member_of_group>rosidl_interface_packages</member_of_group>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down

0 comments on commit 0683d1e

Please sign in to comment.