-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 864 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 864 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
27
<?xml version="1.0"?>
<package format="3">
<name>auto_apms_studio</name>
<version>0.1.1</version>
<description>AutoAPMS Studio</description>
<maintainer email="autoapms-studio@proton.me">AutoAPMS Studio Team</maintainer>
<license>Apache-2.0</license>
<!-- Build system -->
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<!-- Runtime dependencies -->
<exec_depend>launch</exec_depend>
<exec_depend>ros2run</exec_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>auto_apms_behavior_tree</exec_depend>
<exec_depend>python3-fastapi</exec_depend>
<exec_depend>python3-uvicorn</exec_depend>
<exec_depend>python3-pydantic</exec_depend>
<exec_depend>python3-defusedxml</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>