-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (28 loc) · 1.33 KB
/
package.xml
File metadata and controls
33 lines (28 loc) · 1.33 KB
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
<?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>generate_parameter_library_example</name>
<version>0.7.0</version>
<description>Example usage of generate_parameter_library.</description>
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
<maintainer email="christoph.froehlich@ait.ac.at">christophfroehlich</maintainer>
<maintainer email="nathanbrooks@picknik.ai">Nathan Brooks</maintainer>
<maintainer email="shaurya.kumar@picknik.ai">Shaurya Kumar</maintainer>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
<author email="paul.gesel@picknik.ai">Paul Gesel</author>
<depend>generate_parameter_library</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>ros2_control_cmake</depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>