-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.xml
52 lines (44 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
<?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>rmf_fleet_adapter</name>
<version>2.8.0</version>
<description>Fleet Adapter package for RMF fleets.</description>
<maintainer email="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">Aaron</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>backward_ros</depend>
<depend>nlohmann_json_schema_validator_vendor</depend>
<depend>nlohmann-json-dev</depend>
<depend>rclcpp_components</depend>
<depend>rclcpp</depend>
<depend>rmf_api_msgs</depend>
<depend>rmf_battery</depend>
<depend>rmf_building_map_msgs</depend>
<depend>rmf_dispenser_msgs</depend>
<depend>rmf_door_msgs</depend>
<depend>rmf_fleet_msgs</depend>
<depend>rmf_ingestor_msgs</depend>
<depend>rmf_lift_msgs</depend>
<depend>rmf_task_msgs</depend>
<depend>rmf_task_ros2</depend>
<depend>rmf_task_sequence</depend>
<depend>rmf_task</depend>
<depend>rmf_traffic_ros2</depend>
<depend>rmf_traffic</depend>
<depend>rmf_utils</depend>
<depend>rmf_websocket</depend>
<depend>std_msgs</depend>
<depend condition="$RMF_ENABLE_FAILOVER == 1">stubborn_buddies_msgs</depend>
<depend condition="$RMF_ENABLE_FAILOVER == 1">stubborn_buddies</depend>
<build_depend>eigen</build_depend>
<build_depend>yaml-cpp</build_depend>
<test_depend>ament_cmake_catch2</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>