Skip to content
Snippets Groups Projects
package.xml 1.52 KiB
Newer Older
<?xml version="1.0"?>
<package>
  <name>ur_kinematics</name>
ipa-fxm's avatar
ipa-fxm committed
  <version>1.2.1</version>
     Provides forward and inverse kinematics for Universal Robots designs.
hyatt's avatar
hyatt committed
     See http://hdl.handle.net/1853/50782 for details.
Alexander Bubeck's avatar
Alexander Bubeck committed
  <author email="kphawkins@gatech.edu">Kelsey Hawkins</author>
gavanderhoorn's avatar
gavanderhoorn committed
  <maintainer email="fxm@ipa.fhg.de">Felix Messmer</maintainer>
  <maintainer email="g.a.vanderhoorn@tudelft.nl">G.A. vd. Hoorn</maintainer>
  <url type="website">http://wiki.ros.org/ur_kinematics</url>
  <url type="bugtracker">https://github.com/ros-industrial/universal_robot/issues</url>
  <url type="repository">https://github.com/ros-industrial/universal_robot</url>
  <buildtool_depend>catkin</buildtool_depend>

hyatt's avatar
hyatt committed
  <build_depend>moveit_core</build_depend>
Isaac I.Y. Saito's avatar
Isaac I.Y. Saito committed
  <build_depend>moveit_kinematics</build_depend>
Kelsey's avatar
Kelsey committed
  <build_depend>moveit_ros_planning</build_depend>
hyatt's avatar
hyatt committed
  <build_depend>roscpp</build_depend>
  <build_depend>geometry_msgs</build_depend>
  <build_depend>pluginlib</build_depend>
Kelsey's avatar
Kelsey committed
  <build_depend>tf_conversions</build_depend>
  <build_depend>boost</build_depend>
hyatt's avatar
hyatt committed
  <run_depend>moveit_core</run_depend>
Isaac I.Y. Saito's avatar
Isaac I.Y. Saito committed
  <run_depend>moveit_kinematics</run_depend>
Kelsey's avatar
Kelsey committed
  <run_depend>moveit_ros_planning</run_depend>
hyatt's avatar
hyatt committed
  <run_depend>roscpp</run_depend>
  <run_depend>geometry_msgs</run_depend>
  <run_depend>pluginlib</run_depend>
Kelsey's avatar
Kelsey committed
  <run_depend>tf_conversions</run_depend>
hyatt's avatar
hyatt committed
  <export>
    <moveit_core plugin="${prefix}/ur_moveit_plugins.xml"/>