Skip to content

Commit 51fa0e5

Browse files
committed
Use vsizip to reduce file size
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 8834616 commit 51fa0e5

File tree

3 files changed

+3
-191986
lines changed

3 files changed

+3
-191986
lines changed

launch/load_vrt_launch.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<arg name="rviz" default="false"/>
33
<node pkg="tf2_ros" exec="static_transform_publisher" name="world_map" args="--frame-id world --child-frame-id map"/>
44

5-
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" output="screen" launch-prefix="gdb -ex run --args" >
6-
<param name="gdal_dataset_path" value="$(find-pkg-share grid_map_geo)/resources/ap_srtm1.vrt"/>
5+
<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" output="screen">
6+
<param name="gdal_dataset_path" value="/vsizip/$(find-pkg-share grid_map_geo)/resources/ap_srtm1.vrt.zip"/>
77
</node>
88

99
<group if="$(var rviz)">
1010
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/launch/config.rviz" />
1111
</group>
12-
</launch>
12+
</launch>

0 commit comments

Comments
 (0)