-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.xml
24 lines (16 loc) · 962 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<package>
<description brief="WAMPy">
WAMPy
This package allows you to easily control a Barrett WAM robot using the Python programming language.
Technically: It's a ROS (ros.org) node with the necessary services and publishers set up to communicate, through ROS, with BarrettRos (http://support.barrett.com/wiki/WAM/InstallBarrettRosPkg) to control the WAM.
The motivation for this software is that the BarrettRos package has some great features, but because its no longer maintained and its documentation is a bit sparse, some of it can be hard to access. This package is aimed to make it as simple as possible for a new user to get the WAM running.
</description>
<author>Benjamin Blumer</author>
<license>GPL v3</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/WAMPy</url>
<depend package="rospy"/>
<depend package="wam_msgs"/>
<depend package="wam_srvs"/>
<depend package="std_srvs"/>
</package>