-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.xml
32 lines (28 loc) · 1.19 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
<?xml version='1.0'?>
<package format='2'>
<name>hpp-constraints</name>
<version>5.2.0</version>
<description>Definition of basic geometric constraints for motion planning </description>
<maintainer email='[email protected]'>Joseph Mirabel</maintainer>
<license>LGPL</license>
<!-- <url type='website'>https://github.com/humanoid-path-planner/hpp-constraints </url> -->
<author>Joseph Mirabel</author>
<author>Florent Lamiraux et al.</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>hpp-pinocchio</build_depend>
<exec_depend>hpp-pinocchio</exec_depend>
<build_export_depend>hpp-pinocchio</build_export_depend>
<build_depend>hpp-statistics</build_depend>
<exec_depend>hpp-statistics</exec_depend>
<build_export_depend>hpp-statistics</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>
<test_depend>romeo_description</test_depend>
</package>