-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
59 lines (45 loc) · 1.69 KB
/
package.xml
File metadata and controls
59 lines (45 loc) · 1.69 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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>rebet_mirte</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="EGAlberts@github.com">ega</maintainer>
<license>TODO: License declaration</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclpy</depend>
<!-- <depend>behaviortree_cpp</depend> -->
<depend>behaviortree_ros2</depend>
<depend>rebet_msgs</depend>
<depend>darknet_ros_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>lifecycle_msgs</depend>
<depend>sensor_msgs</depend>
<depend>slam_toolbox</depend>
<depend>ultralytics</depend>
<depend>aal_msgs</depend>
<depend>aal</depend>
<depend>rebet</depend>
<depend>nav2_msgs</depend>
<exec_depend>masced-bandits</exec_depend>
<exec_depend>masced_bandits</exec_depend>
<exec_depend>ros2launch</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_ros</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>rclpy</test_depend>
<test_depend>rebet_msgs</test_depend>
<test_depend>aal</test_depend>
<test_depend>btcpp_ros2_interfaces</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>