forked from ros-industrial/abb_robot_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
22 lines (20 loc) · 869 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>abb_rws_state_publisher</name>
<version>0.5.0</version>
<description>
Provides a ROS node implementation that periodically publishes ROS messages, containing an
ABB robot controller's current state collected via Robot Web Services (RWS) communication.
</description>
<maintainer email="[email protected]">Jon Tjerngren</maintainer>
<license>BSD-3-Clause</license>
<author>Jon Tjerngren</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>abb_egm_rws_managers</depend>
<depend>abb_rapid_sm_addin_msgs</depend>
<depend>abb_robot_cpp_utilities</depend>
<depend>abb_robot_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
</package>