-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.xml
24 lines (19 loc) · 903 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
<?xml version="1.0"?>
<package format="2">
<name>pacmod_game_control</name>
<version>4.2.0</version>
<description>ROS Package for controlling the AStuff PACMod with a Joystick</description>
<license>MIT</license>
<url type="website">http://wiki.ros.org/pacmod_game_control</url>
<url type="repository">https://github.com/astuff/pacmod_game_control</url>
<url type="bugtracker">https://github.com/astuff/pacmod_game_control/issues</url>
<maintainer email="software@autonomoustuff.com">AutonomouStuff Software Development Team</maintainer>
<author email="jdriscoll@autonomoustuff.com">Joe Driscoll</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend version_gte="1.0.0" version_lt="1.1.0">pacmod3_msgs</depend>
<depend>joy</depend>
</package>