gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
169 stars 98 forks source link

Support GDAL DEM file URI's #1412

Open Ryanf55 opened 6 months ago

Ryanf55 commented 6 months ago

Desired behavior

Allow SDFormat to load a DEM that uses the GDAL virtual filesystem format.

Alternatives considered

Implementation suggestion

<heightmap>
   <use_terrain_paging>false</use_terrain_paging>
    <uri>gdal:://vsizip/vsicurl/https://terrain.ardupilot.org/SRTM1/ap_srtm1.zip/ap_srtm1.vrt</uri>
 </heightmap>

Additional context