forked from ros-industrial/abb_egm_rws_managers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (22 loc) · 889 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
23
24
25
26
27
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>abb_egm_rws_managers</name>
<version>0.5.0</version>
<description>
Provides a C++ library for managing communication with ABB robot controllers, via
the Robot Web Services (RWS) and the Externally Guided Motion (EGM) interfaces.
</description>
<maintainer email="[email protected]">Jon Tjerngren</maintainer>
<license>BSD-3-Clause</license>
<author>Jon Tjerngren</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>abb_libegm</depend>
<depend>abb_librws</depend>
<build_depend>protobuf-dev</build_depend>
<build_export_depend>protobuf-dev</build_export_depend>
<exec_depend>protobuf</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>