-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.xml
37 lines (33 loc) · 1.4 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version='1.0'?>
<package format='2'>
<name>hpp-corbaserver</name>
<version>5.2.0</version>
<description>Corba server for Humanoid Path Planner applications </description>
<maintainer email='[email protected]'>Joseph Mirabel</maintainer>
<license>LGPL</license>
<!-- <url type='website'>https://github.com/humanoid-path-planner/hpp-corbaserver </url> -->
<author>Joseph Mirabel</author>
<author>Florent Lamiraux et al.</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>hpp-core</build_depend>
<exec_depend>hpp-core</exec_depend>
<build_export_depend>hpp-core</build_export_depend>
<build_depend>hpp-template-corba</build_depend>
<exec_depend>hpp-template-corba</exec_depend>
<build_export_depend>hpp-template-corba</build_export_depend>
<build_depend>omniORB4</build_depend>
<exec_depend>omniORB4</exec_depend>
<build_export_depend>omniORB4</build_export_depend>
<build_depend>omniDynamic4</build_depend>
<exec_depend>omniDynamic4</exec_depend>
<build_export_depend>omniDynamic4</build_export_depend>
<build_depend>eigen3</build_depend>
<exec_depend>eigen3</exec_depend>
<build_export_depend>eigen3</build_export_depend>
<build_depend>urdfdom</build_depend>
<exec_depend>urdfdom</exec_depend>
<build_export_depend>urdfdom</build_export_depend>
<build_depend>hpp-fcl</build_depend>
<exec_depend>hpp-fcl</exec_depend>
<build_export_depend>hpp-fcl</build_export_depend>
</package>