-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
39 lines (32 loc) · 1.22 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
<?xml version="1.0"?>
<package format="2">
<name>force_torque_sensor</name>
<version>1.0.0</version>
<description>The force_torque_sensor package</description>
<maintainer email="[email protected]">Denis Štogl</maintainer>
<license>Apache2.0</license>
<!-- <url type="website">http://wiki.ros.org/force_torque_sensor</url> -->
<url type="repository">https://github.com/KITrobotics/force_torque_sensor</url>
<url type="bugtracker">https://github.com/KITrobotics/force_torque_sensor/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>iirob_filters</depend>
<depend>pluginlib</depend>
<depend>realtime_tools</depend>
<depend>roscpp</depend>
<depend>rosparam_handler</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<exec_depend>message_runtime</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<force_torque_sensor plugin="${prefix}/force_torque_sensor_plugin.xml"/>
</export>
</package>