forked from b-it-bots/mas_cartesian_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
37 lines (29 loc) · 1.16 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
<package>
<name>mas_cartesian_control</name>
<version>0.1.0</version>
<description>
Manipulation Cartesian control
</description>
<author email="matthias.fueller@h-brs.de">Matthias Füller</author>
<maintainer email="matthias.fueller@h-brs.de">Matthias Füller</maintainer>
<maintainer email="sven.schneider@h-brs.de">Sven Schneider</maintainer>
<maintainer email="frederik.hegger@h-brs.de">Frederik Hegger</maintainer>
<maintainer email="abhishek.padalkar@smail.inf.h-brs.de">Abhishek Padalkar</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>urdf</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>eigen</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>orocos_kdl</run_depend>
<run_depend>urdf</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>orocos_kdl</run_depend>
<test_depend>roslaunch</test_depend>
</package>