-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.xml
42 lines (35 loc) · 1.32 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
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<package format="2">
<name>franka_human_friendly_controllers</name>
<version>0.8.1</version>
<description> This is part of human friendly controllers</description>
<maintainer email="[email protected]">Giovanni Franzese</maintainer>
<license>Apache 2.0</license>
<author>Franka Emika GmbH</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>eigen</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<depend>controller_interface</depend>
<depend>dynamic_reconfigure</depend>
<depend>eigen_conversions</depend>
<depend>franka_hw</depend>
<depend>franka_gripper</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>tf</depend>
<depend>tf_conversions</depend>
<depend>libfranka</depend>
<depend>pluginlib</depend>
<depend>realtime_tools</depend>
<depend>roscpp</depend>
<exec_depend>franka_control</exec_depend>
<exec_depend>franka_description</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>panda_moveit_config</exec_depend>
<exec_depend>moveit_commander</exec_depend>
<exec_depend>rospy</exec_depend>
<export>
<controller_interface plugin="${prefix}/franka_human_friendly_controllers_plugin.xml"/>
</export>
</package>