-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
30 lines (22 loc) · 1.05 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
<?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>hebi_cpp_api</name>
<version>3.12.3</version>
<description>A ROS 2 package providing access to the HEBI C++ API.</description>
<maintainer email="[email protected]">Chris Bollinger</maintainer>
<maintainer email="[email protected]">Hariharan Ravichandran</maintainer>
<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<author email="[email protected]">Chris Bollinger</author>
<author email="[email protected]">Matthew Tesch</author>
<url type="website">http://docs.hebi.us/tools.html#cpp-api</url>
<url type="website">http://hebirobotics.com</url>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>