-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
26 lines (24 loc) · 944 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
<package>
<name>interactive_waypoints</name>
<version>0.3.0</version>
<description>
This is a rviz gui tool to create nice waypoint lists, save and load them to files
</description>
<maintainer email="[email protected]">Julius Sustarevas</maintainer>
<author email="[email protected]">Julius Sustarevas</author>
<license>MIT</license>
<url type="website"></url>
<url type="repository"></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>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>std_msgs</run_depend>
<run_depend>python-easygui</run_depend>
</package>