forked from leggedrobotics/hpp-fcl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (31 loc) · 1.21 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
<?xml version="1.0"?>
<package format="2">
<name>hpp-fcl</name>
<version>1.6.0</version>
<description>An extension of the Flexible Collision Library.</description>
<!-- The maintainer listed here is for the ROS release to receive emails for the buildfarm.
Please check the repository URL for full list of authors and maintainers. -->
<maintainer email="[email protected]">Joseph Mirabel</maintainer>
<maintainer email="[email protected]">Justin Carpentier</maintainer>
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
<license>BSD</license>
<url type="website">https://github.com/humanoid-path-planner/hpp-fcl</url>
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<build_depend>python-lxml</build_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>python-lxml</doc_depend>
<depend>python3</depend>
<depend>python-numpy</depend>
<depend>eigen</depend>
<depend>boost</depend>
<depend>assimp</depend>
<depend>octomap</depend>
<depend>liboctomap-dev</depend>
<!-- <depend>libassimp-dev</depend>
<depend>eigenpy</depend> -->
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>