-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.xml
30 lines (27 loc) · 1.01 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
<?xml version="1.0"?>
<package format="2">
<name>pose_follower</name>
<version>0.4.1</version>
<description>
A implementation of a local planner that attempts to follow a plan as closely as possible.
</description>
<maintainer email="[email protected]">Martin Günther</maintainer>
<author>Eitan Marder-Eppstein</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/pose_follower</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>dynamic_reconfigure</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<export>
<nav_core plugin="${prefix}/blp_plugin.xml" />
</export>
</package>