-
Notifications
You must be signed in to change notification settings - Fork 357
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (18 loc) · 856 Bytes
/
package.xml
File metadata and controls
25 lines (18 loc) · 856 Bytes
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
<?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>polygon_base</name>
<version>0.21.3</version>
<description>Package containing examples of how to define a plugin base class interface</description>
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>
<license>Apache License 2.0</license>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="mauricepurnawan@gmail.com">Maurice Alexander Purnawan</author>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<depend>pluginlib</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>