ethz-asl / grid_map_geo

Geolocalization for grid map using GDAL.
BSD 3-Clause "New" or "Revised" License
141 stars 19 forks source link

Hide GDAL from public interface, fix export #59

Closed Ryanf55 closed 9 months ago

Ryanf55 commented 9 months ago

Purpose

Ticket

Relates to https://github.com/ethz-asl/grid_map_geo/issues/50, we should fix the export, hide unused things, and then test consuming the library so consumers don't report bugs against the export.

Risk

Low, the CI checks should catch anything. I did remove the implementation of transform to a translation unit, so this may impact performance a tad, but it's necessary if we have any hope to hide GDAL.

Ryanf55 commented 9 months ago

Ready for final review.