forked from ros-drivers/mocap_optitrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (39 loc) · 1.53 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
43
<?xml version="1.0"?>
<package format="2">
<name>mocap_optitrack</name>
<version>0.1.3</version>
<description>
Streaming of OptiTrack mocap data to tf
<p>
This package contains a node that translates motion capture data from an
OptiTrack rig to tf transforms, poses and 2D poses. The node receives
packets that are streamed by a NatNet compliant source, decodes them and
broadcasts the poses of configured rigid bodies as tf transforms, poses,
and/or 2D poses.
</p>
<p>
Currently, this node supports the NatNet streaming protocol v3.0
</p>
<p>
Copyright (c) 2013, Clearpath Robotics<br/>
Copyright (c) 2010, University of Bonn, Computer Science Institute VI<br/>
All rights reserved.
</p>
</description>
<maintainer email="tony@baltovski.ca">Tony Baltovski</maintainer>
<author email="graeve@ais.uni-bonn.de">Kathrin Gräve</author>
<author email="abencz@clearpathrobotics.com">Alex Bencz/</author>
<author email="tony@baltovski.ca">Tony Baltovski</author>
<author email="jyamokoski@houstonmechatronics.com">JD Yamokoski</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/mocap_optitrack</url>
<url type="repository">https://github.com/ros-drivers/mocap_optitrack</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>tf</depend>
<test_depend>roslaunch</test_depend>
<test_depend>roslint</test_depend>
</package>