-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.xml
43 lines (32 loc) · 1.35 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>px4_ros_com</name>
<version>0.1.0</version>
<description>Package to interface ROS 2 with PX4</description>
<maintainer email="[email protected]">Beniamino Pozzan</maintainer>
<author email="[email protected]">Beniamino Pozzan</author>
<author email="[email protected]">Nuno Marques</author>
<license>BSD 3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>eigen3_cmake_module</buildtool_depend>
<build_depend>eigen</build_depend>
<build_depend>ros_environment</build_depend>
<depend>builtin_interfaces</depend>
<depend>rclcpp</depend>
<depend>px4_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>launch</depend>
<depend>launch_testing</depend>
<depend>launch_testing_ros</depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>ros2launch</exec_depend>
<buildtool_export_depend>eigen3_cmake_module</buildtool_export_depend>
<build_export_depend>eigen</build_export_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>