-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
28 lines (22 loc) · 743 Bytes
/
manifest.xml
File metadata and controls
28 lines (22 loc) · 743 Bytes
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
<package>
<description brief="lmtlwr">
ROS Driver for the KUKA LWR arm
</description>
<author>Nicolas Alt</author>
<license>License: See License.txt. If missing, contact n.alt -at- tum.de</license>
<review status="unreviewed" notes=""/>
<url>TBD</url>
<depend package="roscpp" />
<depend package="rospy" />
<depend package="actionlib" />
<depend package="trajectory_msgs" />
<depend package="control_msgs" />
<depend package="sensor_msgs" />
<depend package="geometry_msgs" />
<depend package="visualization_msgs" />
<depend package="tf" />
<depend package="kdl" />
<depend package="tf_conversions" />
<depend package="kinematics_msgs" />
<depend package="arm_navigation_msgs" />
</package>