Skip to content

Commit 16b77f8

Browse files
committed
package.xml: align on eigenpy
1 parent 6fee81b commit 16b77f8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.xml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@
22
<package format="3">
33
<name>dynamic-graph-python</name>
44
<version>4.0.9</version>
5-
<description>
6-
Dynamic graph library Python bindings
7-
</description>
5+
<description>Dynamic graph library Python bindings</description>
86
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
9-
<license>BSD</license>
10-
11-
<url>http://github.com/stack-of-tasks/dynamic-graph-python</url>
127
<author>Nicolas Mansard</author>
138
<author>Olivier Stasse</author>
9+
<license>BSD</license>
10+
11+
<url type="website">https://github.com/stack-of-tasks/dynamic-graph-python</url>
1412

1513
<build_depend>git</build_depend>
1614
<build_depend>doxygen</build_depend>
17-
<doc_depend>doxygen</doc_depend>
18-
<!-- The following tags are recommended by REP-136 -->
15+
16+
<!-- The following tag is recommended by REP-136 -->
1917
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
20-
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
21-
<depend>dynamic-graph</depend>
18+
19+
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
20+
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
21+
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
22+
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
23+
<depend>eigen</depend>
2224
<depend>boost</depend>
2325
<depend>eigenpy</depend>
26+
<depend>dynamic-graph</depend>
2427

2528
<buildtool_depend>cmake</buildtool_depend>
26-
2729
<export>
2830
<build_type>cmake</build_type>
2931
</export>
30-
3132
</package>

0 commit comments

Comments
 (0)