Skip to content
Snippets Groups Projects
Unverified Commit 14d59a44 authored by Thomas PEYRUCAIN's avatar Thomas PEYRUCAIN Committed by GitHub
Browse files

Update package.xml

Add dependencies to build in the ROS buildfarm
parent 3d23476b
No related branches found
No related tags found
No related merge requests found
<package format="2"> <?xml version="1.0"?>
<package format="3">
<name>dynamic-graph-python</name> <name>dynamic-graph-python</name>
<version>3.5.2</version> <version>3.5.2</version>
<description> <description>
...@@ -11,17 +12,20 @@ ...@@ -11,17 +12,20 @@
<author>Nicolas Mansard</author> <author>Nicolas Mansard</author>
<author>Olivier Stasse</author> <author>Olivier Stasse</author>
<build_depend>roscpp</build_depend> <build_depend>git</build_depend>
<build_depend>dynamic-graph</build_depend> <build_depend>doxygen</build_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>dynamic-graph</exec_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>dynamic-graph</build_export_depend>
<buildtool_depend>catkin</buildtool_depend>
<doc_depend>doxygen</doc_depend> <doc_depend>doxygen</doc_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<depend>dynamic-graph</depend>
<depend>roscpp</depend>
<depend>boost</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package> </package>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment