-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
27 lines (27 loc) · 1.06 KB
/
manifest.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
<package>
<description>"Collection of collision detection libraries"</description>
<author>Sankaranarayanan Natarajan/[email protected]</author>
<!-- Use the short version name from:https://spdx.org/licenses/ -->
<license></license>
<url>https://git.hb.dfki.de/dfki-planning/collision_detection.git</url>
<logo>http://</logo>
<depend package="base/cmake" />
<depend package="base/types" />
<depend package="base/logging" />
<depend package="external/fcl" />
<depend package="control/kdl_parser" />
<depend package="control/srdfdom" />
<depend package="slam/octomap" />
<depend package="assimp" />
<depend package="ccd" />
<name>collision_detection</name>
<maintainer>Sankar/[email protected]</maintainer>
<maintainer>Siddhant Kadwe/[email protected]</maintainer>
<maintainer>Vamsi Origanti/[email protected]</maintainer>
<stage>-1</stage>
<keywords>
<keyword>planning</keyword>
</keywords>
<activity>active</activity>
<use>single project</use>
</package>