-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.xml
38 lines (27 loc) · 1.04 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
32
33
34
35
36
<package>
<description brief="eband_local_planner">
The eband_local_planner package implements a plugin to the base_local_planner. It implements the Elastic Band method on the SE2 manifold.
</description>
<author>Christian Connette</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/eband_local_planner</url>
<!-- ros cturtle dependencies -->
<depend package="roscpp"/>
<depend package="pluginlib"/>
<depend package="nav_core"/>
<depend package="costmap_2d"/>
<depend package="base_local_planner"/>
<depend package="nav_msgs"/>
<depend package="geometry_msgs"/>
<depend package="visualization_msgs"/>
<depend package="tf" />
<depend package="tf_conversions" />
<depend package="angles"/>
<depend package="eigen" />
<depend package="control_toolbox"/>
<export>
<cpp cflags="-I${prefix}/include -I${prefix}/msg/cpp" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -leband_local_planner"/>
<nav_core plugin="${prefix}/bgp_plugin.xml" />
</export>
</package>