-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (19 loc) · 733 Bytes
/
package.xml
File metadata and controls
26 lines (19 loc) · 733 Bytes
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
<?xml version="1.0"?>
<package>
<name>pyturtlebot</name>
<version>0.0.0</version>
<description>A simple Python turtlebot interface.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<license>MIT</license>
<author email="william@osrfoundation.org">William Woodall</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>kobuki_msgs</build_depend>
<build_depend>rospy</build_depend>
<run_depend>kobuki_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>python-numpy</run_depend>
<run_depend>turtlebot_bringup</run_depend>
<run_depend>freenect_launch</run_depend>
</package>