-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
30 lines (26 loc) · 1 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
<?xml version="1.0"?>
<package>
<description brief="Orocos module for the corridor navigation library">
This package encapsulates the functionality of the corridor_navigation
library, which allows to navigate in environments using corridors as path
specifications.
</description>
<author>Janosch Machowinski/[email protected]</author>
<author>Sylvain Joyeux/[email protected]</author>
<maintainer>Janosch Machowinski/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
</copyright>
<license>LGPL v2 or later</license>
<depend package="planning/vfh_star"/>
<depend package="planning/corridor_navigation"/>
<depend package="control/trajectory_follower"/>
<depend package="slam/envire"/>
<depend package="slam/orogen/tilt_scan"/>
<depend package="base/orogen/types"/>
<depend package="drivers/orogen/transformer"/>
<depend package="tools/logger"/>
<depend package="orogen"/>
<tags>needs_opt</tags>
<tags>debug</tags>
</package>