equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 36 forks source link

Rewrite map service #1578

Open eivindsjovold opened 1 month ago

eivindsjovold commented 1 month ago

Describe the improvement you would like to see Currently the map service is dependant on loading png images from an azure blob service. Rewrite this to be more flexible for non-Equinorian users. The service then approxes position from pixels in image. These separate issues will make MapService not dependant on BlobService:

How will this change existing functionality? Easier to run for external companies, less coupling in program

How will this improvement affect the current Threat Model?