forked from ntnu-arl/cortex_ros_bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (21 loc) · 1.04 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
<?xml version="1.0"?>
<package>
<name>cortex_bridge</name>
<version>0.0.0</version>
<description>Connects to cortex motion capture system and publishes tf::StampedTransforms of a specific body defined in cortex. Publishes all markers, identified and unidentified, in a visualization_msgs::Markers and in cortex_bridge::Markers. Has service exposed to recalibrate the origin of a specfic body.</description>
<maintainer email="[email protected]">Tyler Sorey</maintainer>
<license>GNU General Public License, Version 3.0</license>
<url type="website">https://github.com/unr-arl/cortex_ros_bridge</url>
<author email="[email protected]">Tyler Sorey</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<export>
</export>
</package>