bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
167 stars 80 forks source link

support offline map data that can be shared by extensions #1820

Open ES-Alexander opened 1 year ago

ES-Alexander commented 1 year ago

Likely multiple extensions will want to use map data (e.g. Cockpit, DVL for setting start position, etc), and it seems a shame for each service to need to download and store the map data for the same area, so it could be useful if BlueOS provides a service that can download and store map tiles, and provide them to any extensions that need to display a map.

This is most useful for vehicles with a high bandwidth connection (e.g. it's more useful for subs than boats)

ES-Alexander commented 1 year ago

Relevant to bluerobotics/BlueOS-Water-Linked-DVL#28