forked from ctu-mrs/ros2_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (25 loc) · 917 Bytes
/
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
<?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>ros2_examples</name>
<version>1.0.0</version>
<description>MRS ROS2 UAV example</description>
<maintainer email="[email protected]">klaxalk</maintainer>
<license>TODO: License declaration</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>rclcpp_lifecycle</depend>
<depend>launch</depend>
<depend>launch_ros</depend>
<depend>builtin_interfaces</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>geometry_msgs</depend>
<depend>tf2_ros</depend>
<!-- this is needed to be able to run launch files -->
<depend>ros2_examples_py</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>