-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.xml
26 lines (22 loc) · 975 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_task_sequence</name>
<version>2.7.0</version>
<description>Implementation of phase-sequence tasks for the Robotics Middleware Framework</description>
<maintainer email="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
<author>Grey</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>rmf_api_msgs</depend>
<depend>rmf_task</depend>
<depend>nlohmann-json-dev</depend>
<depend>nlohmann_json_schema_validator_vendor</depend>
<test_depend>ament_cmake_catch2</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>