forked from ros-drivers/vrpn_client_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
23 lines (18 loc) · 771 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>vrpn_client_ros</name>
<version>0.2.2</version>
<description>ROS client nodes for the <a href="https://github.com/vrpn/vrpn/wiki">VRPN</a> library, compatible with VICON, OptiTrack, and other <a href="https://github.com/vrpn/vrpn/wiki/Supported-hardware-devices">hardware interfaces</a>.</description>
<author email="[email protected]">Paul Bovbel</author>
<maintainer email="[email protected]">Paul Bovbel</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>roscpp</depend>
<depend>tf2_ros</depend>
<depend>vrpn</depend>
<test_depend>roslaunch</test_depend>
<test_depend>roslint</test_depend>
<export>
</export>
</package>