-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.xml
35 lines (28 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
28
29
30
31
32
33
34
35
<package>
<name>razer_hydra</name>
<version>0.0.13</version>
<description>Unofficial driver and ROS node for Razer Hydra</description>
<maintainer email="adamleeper@gmail.com">Adam Leeper</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/razer_hydra</url>
<url type="bugtracker">https://github.com/ros-drivers/razer_hydra/issues</url>
<author>Adam Leeper</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>genmsg</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>libusb-1.0-dev</run_depend>
<run_depend>pkg-config</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>tf</run_depend>
<export>
</export>
</package>