-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (23 loc) · 866 Bytes
/
package.xml
File metadata and controls
26 lines (23 loc) · 866 Bytes
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
<?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_site_map_server</name>
<version>0.0.1</version>
<description>Site map server</description>
<maintainer email="lucadv@intrinsic.ai">Luca Della Vedova</maintainer>
<license>Apache License 2.0</license>
<build_depend>rclrs</build_depend>
<build_depend>rosidl_runtime_rs</build_depend>
<build_depend>service_msgs</build_depend>
<build_depend>rmf_building_map_msgs</build_depend>
<build_depend>test_msgs</build_depend>
<exec_depend>rclrs</exec_depend>
<exec_depend>rosidl_runtime_rs</exec_depend>
<exec_depend>service_msgs</exec_depend>
<exec_depend>rmf_building_map_msgs</exec_depend>
<export>
<build_type>ament_cargo</build_type>
</export>
</package>