-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
31 lines (30 loc) · 1.14 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
28
29
30
31
<package>
<description>"Robot Model"
Robot model holds the information on robot states
</description>
<license></license>
<url>https://git.hb.dfki.de/dfki-planning/robot_model.git</url>
<logo>http://</logo>
<author>Sankaranarayanan Natarajan/[email protected]</author>
<depend package="base/cmake" />
<depend package="base/types" />
<depend package="base/logging" />
<depend package="control/kdl" />
<depend package="control/kdl_parser" />
<depend package="control/srdfdom" />
<depend package="control/urdfdom" />
<depend package="control/urdfdom_headers" />
<depend package="planning/kinematics_library" />
<depend package="planning/collision_detection" />
<depend package="slam/octomap" />
<name>robot_model</name>
<maintainer>Sankar Natarajan/[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>