-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (26 loc) · 1.11 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
<package>
<name>waypoints_list_tool</name>
<version>0.0.1</version>
<description>
Tool to edit ROS waypoints list from .csv files and do a complete (or partial )
Follow the way point list with the Robot and the navigation package( total or partial).
</description>
<maintainer email="[email protected]">Francois Genest</maintainer>
<author email="[email protected]">Francois Genest</author>
<license>Unlicense</license>
<url type="website">https://github.com/FrGe2016/waypoints_list_tool</url>
<url type="repository">https://github.com/FrGe2016/waypoints_list_tool</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>