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 37 forks source link

Fetch mission from other sources than Echo #760

Closed Christdej closed 1 year ago

Christdej commented 1 year ago

Describe the new feature you would like to see In some cases the thing we want to look at in a mission is not related to a tag and hence, cannot be fetched from Echo, so we need functionality to create missions manually and load them into Flotilla.

EinarUeland commented 1 year ago

For discussion: I think it might be a good idea to allow us to take in csv files in a format similar to this: Target name,Target x,Target y,Target z,Base x,Base y,Base z,Measurement type,Sensor,Duration (or maybe better - replace x,y,z with E,U,N)

My proposal would be that the Backend can take a CSV in and store it in a mission database. This would then appear in the drop-down menu in Flottilla as one of the missions that can be selected.

This would increase flexibility.