-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.xml
27 lines (22 loc) · 924 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
<?xml version="1.0"?>
<package>
<name>deep_nav_layers</name>
<version>0.1.0</version>
<description>The deep_nav_layers package, a series of plug-ins to incorporate deep learning into the ROS navigation stack.</description>
<maintainer email="[email protected]">Rachel Gardner</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/deep_nav_layers</url>
<author email="[email protected]">Rachel Gardner</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>costmap_2d</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>cv_bridge</build_depend>
<run_depend>cv_bridge</run_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>