You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we run low on battery we want to cancl the current mission and return home. However, this is being done even if the current mission is return home, which is not ideal. We only want to cancel non-return home or emergency missions, but doing this in a thread safe way may not be possible.
To Reproduce
Have the robot become low on battery during return home mission.
Expected behavior
We should not cancel return home missions when running low on battery.
The text was updated successfully, but these errors were encountered:
It is still cancelling the return home and replacing it by an emergency return home mission, but this will soon be replaced by an ISAR return home solution. equinor/isar#701
Describe the bug
If we run low on battery we want to cancl the current mission and return home. However, this is being done even if the current mission is return home, which is not ideal. We only want to cancel non-return home or emergency missions, but doing this in a thread safe way may not be possible.
To Reproduce
Have the robot become low on battery during return home mission.
Expected behavior
We should not cancel return home missions when running low on battery.
The text was updated successfully, but these errors were encountered: