forked from ros-industrial-attic/ur_modern_driver
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.xml
41 lines (36 loc) · 1.66 KB
/
package.xml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ur_modern_driver</name>
<version>0.1.0</version>
<description>The new driver for Universal Robots UR3, UR5 and UR10 robots with CB2 and CB3 controllers.</description>
<author>Thomas Timm Andersen</author>
<author>Simon Rasmussen</author>
<maintainer email="[email protected]">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<maintainer email="[email protected]">Nadia Hammoudeh Garcia</maintainer>
<license>Apache 2.0</license>
<url type="website">http://wiki.ros.org/ur_modern_driver</url>
<url type="bugtracker">https://github.com/ros-industrial/ur_modern_driver/issues</url>
<url type="repository">https://github.com/ros-industrial/ur_modern_driver</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>hardware_interface</depend>
<depend>controller_manager</depend>
<depend>actionlib</depend>
<depend>control_msgs</depend>
<depend>geometry_msgs</depend>
<depend>industrial_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>ur_msgs</depend>
<depend>tf</depend>
<depend>std_srvs</depend>
<exec_depend>force_torque_sensor_controller</exec_depend>
<exec_depend>joint_state_controller</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>ur_description</exec_depend>
<exec_depend>ur_e_description</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>velocity_controllers</exec_depend>
<test_depend>rosunit</test_depend>
</package>