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

Display currently localised deck for the robots #1056

Closed andchiind closed 9 months ago

andchiind commented 1 year ago

Describe the new feature you would like to see On top of showing that a localisation mission has been run on the robot, we should also show which deck this was done on last.

Describe the solution you'd like We should have a nullable value on the robot model which stores localisation deck. It may be hard to guarantee that this is coordinated between Isar and Flotilla, but I still think it's good to have some indication in the frontend of whether or not a robot is ready to receive missions. Whether this is displayed on the robot page or in the robot card is up for debate.

Information about which deck the robot has been localised can be sent to the frontend via signalR, where it can then be stored in a context.

How will this feature affect the current Threat Model? I don't think this should affect the threat model since we already store which installation the robot is on.

andchiind commented 1 year ago

This would be very useful for https://github.com/equinor/flotilla/issues/1046

aeshub commented 10 months ago

This issue has automatically been marked as stale as there has been no activity for 60 days.