-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
36 lines (32 loc) · 1.26 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
<?xml version="1.0"?>
<package format="2">
<name>motoman_driver</name>
<version>0.3.5</version>
<description>
This package provides nodes for interfacing with Motoman industrial robot controllers.
</description>
<author>Jeremy Zoss (Southwest Research Institute)</author>
<author>Ted Miller (MotoROS) (Yaskawa Motoman)</author>
<author>Eric Marcil (MotoROS) (Yaskawa Motoman)</author>
<maintainer email="[email protected]">Jeremy Zoss (Southwest Research Institute)</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/motoman_driver</url>
<url type="bugtracker">https://github.com/ros-industrial/motoman/issues</url>
<url type="repository">https://github.com/ros-industrial/motoman</url>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>roslint</test_depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>control_msgs</depend>
<depend>industrial_msgs</depend>
<depend>industrial_robot_client</depend>
<depend>industrial_utils</depend>
<depend>motoman_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>simple_message</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>trajectory_msgs</depend>
<depend>urdf</depend>
</package>