forked from ros-planning/navigation_experimental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (25 loc) · 1.02 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
<?xml version="1.0"?>
<package format="2">
<name>twist_recovery</name>
<version>0.4.1</version>
<description>
A recovery behavior that performs a particular used-defined twist.
</description>
<maintainer email="martin.guenther@dfki.de">Martin Günther</maintainer>
<author>Bhaskara Marthi</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/twist_recovery</url>
<url type="repository">https://github.com/ros-planning/navigation_experimental.git</url>
<url type="bugtracker">https://github.com/ros-planning/navigation_experimental/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>geometry_msgs</depend>
<depend>nav_core</depend>
<depend>pluginlib</depend>
<depend>tf2_geometry_msgs</depend> <!-- required whenever tf2/utils.h is included: https://github.com/ros/geometry2/issues/275 -->
<depend>tf2_ros</depend>
<export>
<nav_core plugin="${prefix}/twist_plugin.xml" />
</export>
</package>