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

Do not send return home mission if the robot does not support it #1672

Closed andchiind closed 3 months ago

andchiind commented 4 months ago

Describe the improvement you would like to see Although ISAR sends the robot capabilities which states whether return to home is supported, this is currently not used to determine whether such a mission should be sent. We should do this the same way we handle localisation missions. In this case we need to be careful to set the robot to delocalised when we would normally schedule a return to home mission.

How will this change existing functionality? We will no longer be sending unsupported requests to ISAR.

How will this improvement affect the current Threat Model? N/A