forked from cmower/operator_node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 783 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 783 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
27
28
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>operator_node</name>
<version>2.0.0</version>
<description>The operator_node package</description>
<author email="c.mower@ed.ac.uk">Chris E. Mower</author>
<maintainer email="c.mower@ed.ac.uk">Chris E. Mower</maintainer>
<license>BSD 2-Clause License</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>custom_srvs</depend>
<depend>sensor_msgs</depend>
<depend>joy</depend>
<depend>keyboard</depend>
<depend>python-pygame</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
</package>