forked from BarrettTechnology/libbarrett_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
23 lines (23 loc) · 856 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>libbarrett_ros</name>
<version>0.0.0</version>
<description>
libbarrett_ros provides a ros_control hardware interface for Barrett
Technology's products.
</description>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Aaron Johnson</author>
<author email="[email protected]">Hariharasudan Malaichamee</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<depend>boost</depend>
<depend>controller_manager</depend>
<depend>hardware_interface</depend>
<depend>joint_limits_interface</depend>
<depend>libbarrett</depend>
<depend>roscpp</depend>
<depend>transmission_interface</depend>
</package>