-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
26 lines (25 loc) · 880 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>generic_control_toolbox</name>
<version>0.1.0</version>
<description>Implements libraries useful for developing controllers for robotic manipulators.</description>
<author email="diogoa@kth.se">diogo</author>
<maintainer email="diogoa@kth.se">diogo</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>actionlib</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>cmake_modules</depend>
<depend>eigen_conversions</depend>
<depend>kdl_parser</depend>
<depend>sensor_msgs</depend>
<depend>tf_conversions</depend>
<depend>realtime_tools</depend>
<depend>hardware_interface</depend>
<depend>controller_interface</depend>
<depend>tf</depend>
</package>