-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (27 loc) · 1.03 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
<package format="2">
<name>tiago_telepresence_controllers</name>
<version>1.0.0</version>
<description>A collections of joint controller for teleoperation applications on TIAGo.</description>
<maintainer email="[email protected]">PeterBowman</maintainer>
<license>LGPLv2.1</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>actionlib</depend>
<depend>play_motion_msgs</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>controller_manager_msgs</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>orocos_kdl</depend>
<depend>kdl_parser</depend>
<depend>urdf</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>ros_tcp_endpoint</depend>
<test_depend>rostest</test_depend>
<export>
<controller_interface plugin="${prefix}/tiago_telepresence_controllers_plugins.xml"/>
</export>
</package>