Skip to content

Commit

Permalink
Update package.xml dependencies
Browse files Browse the repository at this point in the history
Update package.xml format

Update package.xml build tool & enable message generation
  • Loading branch information
ibaiape authored and anasarrak committed Jun 18, 2019
1 parent a672d03 commit 512675c
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package>
<package format="3">
<name>octomap_msgs</name>
<version>0.3.3</version>
<description>
Expand All @@ -13,14 +13,20 @@
<url type="website">http://ros.org/wiki/octomap_msgs</url>
<url type="bugtracker">https://github.com/OctoMap/octomap_msgs/issues</url>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>ament_cmake</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rosidl_default_generators</build_depend>
<build_depend>std_msgs</build_depend>

<run_depend>geometry_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<build_depend>geometry_msgs</build_depend>

<exec_depend>message_generation</exec_depend> <!-- provide message generation to downstream packages -->
<exec_depend>message_runtime</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>

<member_of_group>rosidl_interface_packages</member_of_group>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>

0 comments on commit 512675c

Please sign in to comment.