File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
<node pkg =" grid_map_geo" exec =" map_publisher" name =" map_publisher" output =" screen" >
7
7
<param name =" gdal_dataset_path" value =" $(find-pkg-share grid_map_geo)/resources/sargans.tif" />
8
8
<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" />
9
13
</node >
10
14
11
15
<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" />
13
17
</group >
14
18
</launch >
You can’t perform that action at this time.
0 commit comments