Skip to content

Commit 0609689

Browse files
committed
Launch CMAC with reasonable size defaults
Signed-off-by: Ryan Friedman <[email protected]>
1 parent db43325 commit 0609689

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

launch/load_vrt_launch.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
<node pkg="tf2_ros" exec="static_transform_publisher" name="world_map" args="--frame-id world --child-frame-id map"/>
99

1010
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" output="screen">
11-
<param name="gdal_dataset_path" value="/vsizip/$(find-pkg-share grid_map_geo)/resources/ap_srtm1.vrt.zip"/>
11+
<param name="gdal_dataset_path" value="/vsizip/vsicurl/https://terrain.ardupilot.org/SRTM1/ap_srtm1.zip"/>
1212
<param name="map_origin_latitude" value="$(var map_origin_latitude)"/>
1313
<param name="map_origin_longitude" value="$(var map_origin_longitude)"/>
14+
<param name="max_map_width" value="4096"/>
15+
<param name="max_map_height" value="4096"/>
1416
</node>
1517

1618
<group if="$(var rviz)">

resources/ap_srtm1.vrt.zip

-234 KB
Binary file not shown.

0 commit comments

Comments
 (0)