forked from ros/diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (33 loc) · 1.56 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
36
37
38
39
40
41
<?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>diagnostic_aggregator</name>
<version>3.1.2</version>
<description>diagnostic_aggregator</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/diagnostic_aggregator</url>
<author>Kevin Watts</author>
<author email="[email protected]">Brice Rebsamen</author>
<author email="[email protected]">Arne Nordmann</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>std_msgs</build_depend>
<depend>rclpy</depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>launch_testing_ros</test_depend>
<export>
<diagnostic_aggregator plugin="${prefix}/plugin_description.xml"/>
<build_type>ament_cmake</build_type>
</export>
</package>