forked from warp1337/rosleapmotion
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.xml
42 lines (34 loc) · 1.38 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
36
37
38
39
40
41
42
<?xml version="1.0"?>
<package format="2">
<name>leap_motion</name>
<version>0.0.12</version>
<description>ROS driver for the Leap Motion gesture sensor</description>
<maintainer email="[email protected]">Nowittyusername</maintainer>
<maintainer email="[email protected]">Isaac IY Saito</maintainer>
<license>BSD</license>
<url type="website">https://wiki.ros.org/leap_motion</url>
<url type="repository">https://github.com/ros-drivers/leap_motion</url>
<url type="bugtracker">https://github.com/ros-drivers/leap_motion/issues</url>
<author email="[email protected]">Florian Lier</author>
<author email="[email protected]">Mirza Shah</author>
<author email="[email protected]">Isaac IY Saito</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>camera_calibration_parsers</depend>
<depend>camera_info_manager</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>roscpp</depend>
<depend>rospack</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- For backwards compatibility with the old driver files -->
<depend>image_transport</depend>
<depend>rospy</depend>
<depend>roslib</depend>
<!-- END -->
<test_depend>rostest</test_depend>
<export>
</export>
</package>