Skip to content

Commit

Permalink
Set reasonable defaults for sargans
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 15, 2024
1 parent 84d1f6e commit 9bc305b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/load_tif_launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" output="screen">
<param name="gdal_dataset_path" value="$(find-pkg-share grid_map_geo)/resources/sargans.tif"/>
<param name="gdal_dataset_color_path" value="$(find-pkg-share grid_map_geo)/resources/sargans_color.tif"/>

<!-- These values match sargans.tif, but could be increased with no effect on sargans -->
<param name="max_map_width" value="748"/>
<param name="max_map_height" value="1220"/>
</node>

<group if="$(var rviz)">
Expand Down

0 comments on commit 9bc305b

Please sign in to comment.