-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.xml
26 lines (23 loc) · 1.01 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
<?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_service_provider</name>
<version>0.5.0</version>
<description>
Provides a ROS node implementation that exposes a set of ROS services, for sending requests to an
ABB robot controller via Robot Web Services (RWS) communication.
RWS requests can for example be:
- Resetting the RAPID program pointer.
- Starting/stopping the RAPID program.
- Reading/writing IO-signals or RAPID variables.
</description>
<maintainer email="[email protected]">G.A. vd. Hoorn (TU Delft Robotics Institute)</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>
</package>