Newer
Older
<?xml version="1.0"?>
<package>
<name>ur_kinematics</name>
<description>
Provides forward and inverse kinematics for Universal Robots designs.
</description>
<author email="kphawkins@gatech.edu">Kelsey Hawkins</author>
<maintainer email="fxm@ipa.fhg.de">Felix Messmer</maintainer>
<maintainer email="g.a.vanderhoorn@tudelft.nl">G.A. vd. Hoorn</maintainer>
<license>BSD</license>
<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>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>boost</build_depend>
<run_depend>rospy</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>boost</run_depend>
<export>
<moveit_core plugin="${prefix}/ur_moveit_plugins.xml"/>
</export>
</package>