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 14, 2024
1 parent b2069d8 commit 57f7900
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion launch/load_tif_launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
<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)">
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/launch/config.rviz" />
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/rviz/config.rviz" />
</group>
</launch>

0 comments on commit 57f7900

Please sign in to comment.