-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.xml
More file actions
44 lines (36 loc) · 1.22 KB
/
Copy pathpackage.xml
File metadata and controls
44 lines (36 loc) · 1.22 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package format="2">
<name>camp</name>
<version>1.0.0</version>
<description>The CCOM Autonomous Mission Planner package</description>
<maintainer email="roland@ccom.unh.edu">Roland Arsenault</maintainer>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>qtpositioning5-dev</build_depend>
<build_depend>libqt5-svg-dev</build_depend>
<build_depend>libgdal-dev</build_depend>
<depend>geometry_msgs</depend>
<depend>grid_map_ros</depend>
<depend>marine_ais_msgs</depend>
<depend>marine_sensor_msgs</depend>
<depend>message_filters</depend>
<depend>nav_msgs</depend>
<depend>nav2_msgs</depend>
<depend>pluginlib</depend>
<depend>marine_autonomy</depend>
<depend>marine_colormap</depend>
<depend>marine_colormap_widgets</depend>
<depend>marine_interfaces</depend>
<depend>marine_tiled_raster_store</depend>
<depend>marine_nav_interfaces</depend>
<depend>marine_nav_tasks</depend>
<!-- <depend>sound_play</depend> -->
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>rqt_gui_cpp</depend>
<depend>rqt_gui</depend>
<depend>yaml-cpp</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>