-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
27 lines (25 loc) · 1.07 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
<?xml version="1.0"?>
<package>
<name>h4r_x52_joyext</name>
<version>1.1.0</version>
<description>The h4r_x52_joyext is used for controlling the MFD and the LEDs on the Saitek X52 Pro Joystick.</description>
<maintainer email="[email protected]">Christian Holl</maintainer>
<maintainer email="[email protected]">Murilo F. M.</maintainer>
<url type="website">http://wiki.ros.org/h4r_x52_joyext</url>
<url type="bugtracker">https://github.com/Hacks4ROS/h4r_x52_joyext/issues</url>
<url type="repository">https://github.com/Hacks4ROS/h4r_x52_joyext</url>
<author email="[email protected]">Christian Holl</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<!-- System dependencies -->
<build_depend>libx52pro-dev</build_depend>
<run_depend>libx52pro</run_depend>
<export>
</export>
</package>