Skip to content

Commit

Permalink
Launch CMAC with reasonable size defaults
Browse files Browse the repository at this point in the history
* Use the web version

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 committed Feb 4, 2024
1 parent db43325 commit c084630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/load_vrt_launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
<node pkg="tf2_ros" exec="static_transform_publisher" name="world_map" args="--frame-id world --child-frame-id map"/>

<node pkg="grid_map_geo" exec="map_publisher" name="map_publisher" output="screen">
<param name="gdal_dataset_path" value="/vsizip/$(find-pkg-share grid_map_geo)/resources/ap_srtm1.vrt.zip"/>
<param name="gdal_dataset_path" value="/vsizip/vsicurl/https://terrain.ardupilot.org/SRTM1/ap_srtm1.zip"/>
<param name="map_origin_latitude" value="$(var map_origin_latitude)"/>
<param name="map_origin_longitude" value="$(var map_origin_longitude)"/>
<param name="max_map_width" value="4096"/>
<param name="max_map_height" value="4096"/>
</node>

<group if="$(var rviz)">
Expand Down
Binary file removed resources/ap_srtm1.vrt.zip
Binary file not shown.

0 comments on commit c084630

Please sign in to comment.