-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.xml
35 lines (29 loc) · 1.19 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
<package>
<name>gravity_compensation</name>
<version>1.2.0</version>
<description>
Compensates gravity forces on the gripper of the robot so that force-torque signals are zeroed. Assumes previously calibrated accelerometer and F/T sensor.
</description>
<license>BSD</license>
<url type="website">http://wiki.ros.org/gravity_compensation</url>
<author email="[email protected]">Francisco Vina</author>
<maintainer email="[email protected]">Diogo Almeida</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf_conversions</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend>std_srvs</build_depend>
<run_depend>cmake_modules</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>tf_conversions</run_depend>
<run_depend>eigen</run_depend>
<run_depend>eigen_conversions</run_depend>
<run_depend>std_srvs</run_depend>
</package>