forked from rst-tu-dortmund/costmap_prohibition_layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
executable file
·31 lines (20 loc) · 903 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>costmap_prohibition_layer</name>
<version>0.0.5</version>
<description>ROS-Package that implements a costmap layer to add prohibited areas to the costmap-2D by a user configuration.</description>
<maintainer email="[email protected]">Stephan Kurzawe</maintainer>
<license>BSD</license>
<!-- <url type="website">http://wiki.ros.org/costmap_prohibition_layer</url> -->
<author email="[email protected]">Stephan Kurzawe</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>costmap_2d</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>roscpp</build_depend>
<run_depend>costmap_2d</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>roscpp</run_depend>
<export>
<costmap_2d plugin="${prefix}/costmap_plugins.xml" />
</export>
</package>