-
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) · 753 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 753 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
28
<?xml version="1.0"?>
<package format="3">
<name>mapannotator</name>
<version>0.1.0</version>
<description>Map segmentation and PDDL generation node.</description>
<maintainer email="radtarasov@gmail.com">ARDev1161</maintainer>
<license>MIT</license>
<!-- build system -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- common deps -->
<depend>rclcpp</depend>
<depend>nav_msgs</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<!-- system/third-party libs -->
<build_depend>libopencv-dev</build_depend>
<build_depend>yaml-cpp</build_depend>
<exec_depend>libopencv-dev</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>