-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 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
31
32
33
<package format="2">
<name>joint_group_ff_controllers</name>
<version>0.17.2</version>
<description>joint_group_ff_controllers</description>
<maintainer email="etienne.arlaud@inria.fr">EtienneAr</maintainer>
<author>EtienneAr</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>controller_interface</depend>
<depend>control_msgs</depend>
<depend>control_toolbox</depend>
<depend>realtime_tools</depend>
<depend>forward_command_controller</depend>
<depend>pluginlib</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>controller_manager</test_depend>
<test_depend>hardware_interface</test_depend>
<test_depend>robot_state_publisher</test_depend>
<test_depend>rosgraph_msgs</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>std_msgs</test_depend>
<test_depend>xacro</test_depend>
<export>
<controller_interface plugin="${prefix}/joint_group_ff_controllers_plugins.xml"/>
</export>
</package>