-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.xml
24 lines (24 loc) · 920 Bytes
/
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
<package>
<description brief="A 4D (X,Y,Z, Theta) Planner for UGVs">
</description>
<author>Janosch Machowinski/Janosch.Machowinski@dfki.de</author>
<author>Arne Böckmann/arne.boeckmann@dfki.de</author>
<maintainer>mulo01@dfki.de</maintainer>
<stage>1</stage>
<license>BSD 3-Clause</license>
<url>https://github.com/dfki-ric/ugv_nav4d</url>
<logo>http://</logo>
<keywords>
<keyword>Planning</keyword>
<keyword>motion primitives</keyword>
<keyword>sampling based motion planner</keyword>
<keyword>Multi level surface planner</keyword>
</keywords>
<depend package="base/cmake" />
<depend package="planning/sbpl" />
<depend package="planning/sbpl_spline_primitives" />
<depend package="planning/traversability_generator3d" />
<depend package="gui/vizkit3d_debug_drawings" optional="1"/>
<depend package="control/trajectory_follower" />
<tags>needs_opt</tags>
</package>