forked from ethz-asl/ros_vrpn_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (29 loc) · 1.14 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
<?xml version="1.0"?>
<package format="2">
<name>ros_vrpn_client</name>
<version>0.0.0</version>
<description>
ROS node which is a client for Virtual Reality Peripheral
Networks and publishes a TF frame and TransformStamped for
tracked bodies.
Tested with the Optitrak motion capture system from NaturalPoint.
</description>
<url></url>
<author>Advait Jain, Chi-Hung King, Advisor: Prof. Charlie Kemp, Lab: Healthcare Robotics Lab at Georgia Tech</author>
<maintainer email="[email protected]">Pascal Gohl</maintainer>
<license>New BSD</license>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<buildtool_depend>message_generation</buildtool_depend>
<!-- Dependencies needed after this package is compiled. -->
<depend>roscpp</depend>
<depend>tf</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>vrpn_catkin</depend>
<depend>cmake_modules</depend>
<depend>message_runtime</depend>
<depend>eigen_conversions</depend>
<depend>glog_catkin</depend>
</package>