Skip to content

Commit 3d547a1

Browse files
committed
Set reasonable defaults for sargans
Signed-off-by: Ryan Friedman <[email protected]>
1 parent ed531c8 commit 3d547a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

launch/load_tif_launch.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" namespace="grid_map_geo" output="screen">
77
<param name="gdal_dataset_path" value="$(find-pkg-share grid_map_geo)/resources/sargans.tif"/>
88
<param name="gdal_dataset_color_path" value="$(find-pkg-share grid_map_geo)/resources/sargans_color.tif"/>
9+
10+
<!-- These values match sargans.tif, but could be increased with no effect on sargans -->
11+
<param name="max_map_width" value="748"/>
12+
<param name="max_map_height" value="1220"/>
913
</node>
1014

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

0 commit comments

Comments
 (0)