locusrobotics / qgis_ros

ROS QGIS Plugin prototype
MIT License
45 stars 9 forks source link

Better method for translating raster data. #3

Open ablakey opened 5 years ago

ablakey commented 5 years ago

Currently because of https://issues.qgis.org/issues/19252 the method for getting a raster message (like OccupancyGrid) and converting it to a GeoTIFF is done with an external process. This works, but is kind of clumsy. Consider better ways to handle this with or without a resolution to why doing so within the process causes a segfault.