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

Avoid double-tracking robot entry #1700

Closed andchiind closed 1 month ago

andchiind commented 1 month ago

There was an issue where rerunning missions didn't work since an entity framework robot instance got tracked twice in the same thread. This seems to fix that. We now don't track objects we aren't planning on updating within the rerun function. We will want to do this in more places in the future.