-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.xml
43 lines (33 loc) · 1.75 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
42
43
<?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>rosidl_generator_cpp</name>
<version>4.9.2</version>
<description>Generate the ROS interfaces in C++.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Brandon Ong</maintainer>
<maintainer email="[email protected]">Dharini Dutia</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Chris Lalancette</author>
<author email="[email protected]">Dirk Thomas</author>
<author email="[email protected]">Michel Hidalgo</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
<buildtool_export_depend>python3</buildtool_export_depend>
<buildtool_export_depend>rosidl_pycommon</buildtool_export_depend>
<build_export_depend>rosidl_cmake</build_export_depend>
<!-- This is needed for the rosidl_message_type_support_t struct and visibility macros -->
<build_export_depend>rosidl_generator_c</build_export_depend>
<build_export_depend>rosidl_runtime_cpp</build_export_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>rosidl_cli</exec_depend>
<exec_depend>rosidl_generator_type_description</exec_depend>
<exec_depend>rosidl_parser</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<member_of_group>rosidl_generator_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>