Skip to content

Commit d092dfb

Browse files
Merge pull request #51 from Kotochleb/devel
Update package.xml to make it compatible with ROS 2
2 parents 2bef56a + 388a909 commit d092dfb

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

package.xml

+27-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
1-
<?xml version='1.0'?>
2-
<package format='2'>
3-
<name>hpp-template-corba</name>
4-
<version>6.0.0</version>
5-
<description>Template corba server </description>
1+
<?xml version="1.0"?>
2+
<package format="3">
3+
<name>hpp-template-corba</name>
4+
<version>6.0.0</version>
5+
<description>Template corba server </description>
66

7-
<maintainer email='[email protected]'>Joseph Mirabel</maintainer>
8-
<license>LGPL</license>
7+
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
98

10-
<!-- <url type='website'>https://github.com/humanoid-path-planner/hpp-template-corba </url> -->
9+
<author>Joseph Mirabel</author>
10+
<author>Florent Lamiraux et al.</author>
1111

12-
<author>Joseph Mirabel</author>
13-
<author>Florent Lamiraux et al.</author>
12+
<license>BSD-2</license>
1413

15-
<buildtool_depend>catkin</buildtool_depend>
16-
<depend>omniORB4</depend>
17-
</package>
14+
<url type="website">https://github.com/humanoid-path-planner/hpp-template-corba</url>
15+
<url type="repository">https://github.com/humanoid-path-planner/hpp-template-corba</url>
16+
<url type="bugtracker">https://github.com/humanoid-path-planner/hpp-template-corba/issues</url>
17+
18+
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
19+
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
20+
<buildtool_depend>cmake</buildtool_depend>
21+
22+
<build_depend>doxygen</build_depend>
23+
24+
<depend>hpp-util</depend>
25+
<depend>omniidl</depend>
26+
<depend>omniorb</depend>
27+
28+
<export>
29+
<build_type>cmake</build_type>
30+
</export>
31+
</package>

0 commit comments

Comments
 (0)