forked from UniversalRobots/Universal_Robots_Client_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (26 loc) · 1.34 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ur_client_library</name>
<version>1.5.0</version>
<description>Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver.</description>
<author>Thomas Timm Andersen</author>
<author>Simon Rasmussen</author>
<author>Felix Exner</author>
<author>Lea Steffen</author>
<author>Tristan Schnell</author>
<maintainer email="[email protected]">Felix Exner</maintainer>
<license file="LICENSE_apache_2_0">Apache-2.0</license>
<license file="include/ur_client_library/queue/LICENSE.md">BSD-2-Clause</license>
<license file="include/ur_client_library/queue/atomicops.h">Zlib</license>
<url type="website">http://wiki.ros.org/ur_client_library</url>
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues</url>
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_Client_Library</url>
<buildtool_depend>cmake</buildtool_depend>
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<export>
<build_type>cmake</build_type>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>