forked from rst-tu-dortmund/costmap_converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (29 loc) · 1.19 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
<?xml version="1.0"?>
<package format="2">
<name>costmap_converter</name>
<version>0.0.7</version>
<description>
A ros package that includes plugins and nodes to convert occupied costmap2d cells to primitive types.
</description>
<maintainer email="[email protected]">Christoph Rösmann</maintainer>
<author email="[email protected]">Christoph Rösmann</author>
<author email="[email protected]">Franz Albers</author>
<author email="[email protected]">Otniel Rinaldo</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/costmap_converter</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<depend>geometry_msgs</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>costmap_2d</depend>
<depend>dynamic_reconfigure</depend>
<depend>pluginlib</depend>
<depend>cv_bridge</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<costmap_converter plugin="${prefix}/plugins.xml" />
</export>
</package>