-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix localization failure bug and refactor #1355
Merged
oysand
merged 15 commits into
equinor:main
from
oysand:fix-localization-failure-should-cancel-mission
Mar 4, 2024
Merged
Fix localization failure bug and refactor #1355
oysand
merged 15 commits into
equinor:main
from
oysand:fix-localization-failure-should-cancel-mission
Mar 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26598f9
to
8bebb1c
Compare
fa26bdb
to
3e63e50
Compare
ff4a7a1
to
6eeb63d
Compare
be65564
to
656ce98
Compare
5ea87bd
to
2bc0ede
Compare
tsundvoll
reviewed
Mar 1, 2024
tsundvoll
reviewed
Mar 1, 2024
See if this needs to be addressed #1446 |
683dae4
to
2377c29
Compare
Added a fix to the refactor commit: Refactor OnRobotAvailable and localization feature |
Large parts of the OnRobotAvailable and localization feature have been moved into the StartNextMissionRunIfSystemIsAvailable
When a return home mission is created the OnMissionRunCreated event should not be fired
Due to OnRobotAvailable and OnMissionCompleted being triggered at different times a return to home mission could be scheduled twice without this check
Move it to the signalRService and made it public so that it can be used in other places
2377c29
to
3a60e78
Compare
tsundvoll
approved these changes
Mar 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this is tested locally, I am happy with the changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main fix: Current area is set based on result from localization mission.
Other changes: