Skip to content

Commit 57f7900

Browse files
committed
Set reasonable defaults for sargans
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
1 parent b2069d8 commit 57f7900

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

launch/load_tif_launch.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" 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)">
12-
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/launch/config.rviz" />
16+
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/rviz/config.rviz" />
1317
</group>
1418
</launch>

0 commit comments

Comments
 (0)