Skip to content

Commit 055f82f

Browse files
authored
Update package.xml
1 parent aad833a commit 055f82f

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

package.xml

Lines changed: 12 additions & 20 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>sot-core</name>
34
<version>4.10.0</version>
45
<description>
@@ -14,28 +15,19 @@
1415
<author>Olivier Stasse</author>
1516
<author email="ostasse@laas.fr">ostasse@laas.fr</author>
1617

17-
<buildtool_depend>catkin</buildtool_depend>
18-
<build_depend version_gte="1.1" version_lt="2.0">genmsg</build_depend>
19-
20-
<build_depend>roscpp</build_depend>
21-
<build_depend>dynamic-graph-python</build_depend>
22-
<build_depend>pinocchio</build_depend>
23-
24-
<build_depend>roscpp</build_depend>
25-
<build_export_depend>dynamic-graph-python</build_export_depend>
26-
<build_export_depend>pinocchio</build_export_depend>
27-
28-
29-
<exec_depend>dynamic-graph-python</exec_depend>
30-
<exec_depend>pinocchio</exec_depend>
31-
<exec_depend>example-robot-data</exec_depend>
32-
33-
<test_depend>gtest</test_depend>
18+
<depend>dynamic-graph</depend>
19+
<depend>pinocchio</depend>
20+
<build_depend>doxygen</build_depend>
21+
<!-- The following tags are recommended by REP-136 -->
22+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
23+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
3424

3525
<doc_depend>doxygen</doc_depend>
3626
<doc_depend>dynamic_graph</doc_depend>
37-
38-
27+
28+
<buildtool_depend>cmake</buildtool_depend>
29+
3930
<export>
31+
<build_type>cmake</build_type>
4032
</export>
4133
</package>

0 commit comments

Comments
 (0)