-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
24 lines (20 loc) · 1013 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
<?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_inorbit_dashboard</name>
<version>0.1.0</version>
<description>REST and WS API designed to be consumed from the InOrbit/Ekumen RMF dashboard</description>
<author email="[email protected]">Enrique Abramzon</author>
<author email="[email protected]">Tomás Badenes</author>
<author email="[email protected]">Agustin Alba Chicar</author>
<maintainer email="[email protected]">Julian Cerruti</maintainer>
<url type="repository">https://github.com/ekumenlabs/rmf_inorbit_dashboard</url>
<license file="LICENSE">3-Clause BSD License</license>
<exec_depend>python3-fastapi</exec_depend>
<exec_depend>python3-websockets</exec_depend>
<exec_depend>python3-uvicorn</exec_depend>
<exec_depend>rmf_task_msgs</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>