-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.xml
40 lines (32 loc) · 1.07 KB
/
package.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
37
38
39
40
<?xml version="1.0"?>
<package format="2">
<name>rsband_local_planner</name>
<version>0.0.0</version>
<description>
ROS local planner for car like and 4WS robots
</description>
<maintainer email="[email protected]">George Kouros</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/gKouros/rsband_local_planner</url>
<url type="bugtracker">https://github.com/gKouros/rsband_local_planner/issues</url>
<author email="[email protected]">George Kouros</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>angles</depend>
<depend>base_local_planner</depend>
<depend>cmake_modules</depend>
<depend>costmap_2d</depend>
<depend>dynamic_reconfigure</depend>
<depend>eband_local_planner</depend>
<depend>geometry_msgs</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>ompl</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf</depend>
<depend>tf_conversions</depend>
<depend>yaml-cpp</depend>
<export>
<nav_core plugin="${prefix}/blp_plugin.xml"/>
</export>
</package>