Skip to content

Commit 31b6bc6

Browse files
authored
Update package.xml
Add dependencies to build in the ROS buildfarm
1 parent 16da9cc commit 31b6bc6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<package format="2">
1+
<?xml version="1.0"?>
2+
<package format="3">
23
<name>dynamic-graph</name>
34
<version>4.2.0</version>
45
<description>
@@ -11,8 +12,18 @@
1112
<author>Nicolas Mansard</author>
1213
<author>Olivier Stasse</author>
1314

14-
<buildtool_depend>catkin</buildtool_depend>
15+
<build_depend>git</build_depend>
16+
<build_depend>doxygen</build_depend>
17+
<!-- The following tags are recommended by REP-136 -->
18+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
19+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
20+
<depend>eigen</depend>
21+
<depend>boost</depend>
22+
<depend>graphviz</depend>
1523

16-
<doc_depend>doxygen</doc_depend>
24+
<buildtool_depend>cmake</buildtool_depend>
1725

26+
<export>
27+
<build_type>cmake</build_type>
28+
</export>
1829
</package>

0 commit comments

Comments
 (0)