forked from danielsnider/follow_waypoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (27 loc) · 1.09 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
<package>
<name>follow_waypoints</name>
<version>0.3.0</version>
<description>
The follow_waypoints node will listen for waypoints given as
poses and when instructed will follow them one by one by publishing goals
to move_base.
</description>
<maintainer email="[email protected]">Daniel Snider</maintainer>
<author email="[email protected]">Daniel Snider</author>
<license>Unlicense</license>
<url type="website">http://wiki.ros.org/follow_waypoints</url>
<url type="repository">https://github.com/danielsnider/follow_waypoints</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>move_base_msgs</build_depend>
<build_depend>rospy</build_depend>
<build_depend>smach</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>move_base_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>smach</run_depend>
<run_depend>std_msgs</run_depend>
</package>