Skip to content
Snippets Groups Projects
package.xml 1.07 KiB
Newer Older
<?xml version="1.0"?>
<package>
  <name>ur_driver</name>
Florian Weisshardt's avatar
Florian Weisshardt committed
  <version>1.0.2</version>
  <description>
      Driver for the UR5/10 arm based on the Polyscope control scheme.
  </description>

Florian Weisshardt's avatar
Florian Weisshardt committed
  <maintainer email="aub@ipa.fhg.de">Alexander Bubeck</maintainer>
Florian Weisshardt's avatar
Florian Weisshardt committed
  <url type="website">http://ros.org/wiki/ur_driver</url>
Florian Weisshardt's avatar
Florian Weisshardt committed
  <author email="sedwards@swri.org">Shaun Edwards</author>

  <run_depend>python-beautifulsoup</run_depend>

  <buildtool_depend>catkin</buildtool_depend>
  <build_depend>actionlib</build_depend>
  <build_depend>control_msgs</build_depend>
  <build_depend>rospy</build_depend>
  <build_depend>sensor_msgs</build_depend>
  <build_depend>trajectory_msgs</build_depend>
  <build_depend>ur_msgs</build_depend>
  <run_depend>actionlib</run_depend>
  <run_depend>control_msgs</run_depend>
  <run_depend>rospy</run_depend>
  <run_depend>sensor_msgs</run_depend>
  <run_depend>trajectory_msgs</run_depend>
  <run_depend>python-beautifulsoup</run_depend>
  <run_depend>ur_msgs</run_depend>