forked from ros/diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (27 loc) · 1.19 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
32
33
34
35
<?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>self_test</name>
<version>3.2.0</version>
<description>self_test</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
<maintainer email="[email protected]">Christian Henkel</maintainer>
<maintainer email="[email protected]">Ralph Lange</maintainer>
<license>BSD-3-Clause</license>
<url type="website">http://www.ros.org/wiki/self_test</url>
<author>Jeremy Leibs and Blaise Gassend</author>
<author>Kevin Watts</author>
<author email="[email protected]">Brice Rebsamen</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>ros_environment</build_depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>rclcpp</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>