-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.xml
33 lines (28 loc) · 1 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
<package format="2">
<name>lwr_hw</name>
<version>1.0.0</version>
<description>The lwr_hw package implementes real and simulation interfaces to the LWR 4+</description>
<maintainer email="[email protected]">Carlos J. Rosales</maintainer>
<maintainer email="[email protected]">Marco Esposito</maintainer>
<license>GPLv2</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>control_toolbox</depend>
<depend>controller_interface</depend>
<depend>gazebo</depend>
<depend>gazebo_ros</depend>
<depend>hardware_interface</depend>
<depend>transmission_interface</depend>
<depend>realtime_tools</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf</depend>
<depend>urdf</depend>
<depend>cmake_modules</depend>
<depend>controller_manager</depend>
<depend>kdl_parser</depend>
<depend>joint_limits_interface</depend>
<depend>std_msgs</depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}"/>
</export>
</package>