Skip to content
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

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

Closed
andchiind opened this issue Jul 17, 2024 · 0 comments · Fixed by #1680
Closed

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

andchiind opened this issue Jul 17, 2024 · 0 comments · Fixed by #1680
Assignees
Labels
backend Backend related functionality improvement Improvement to existing functionality

Comments

@andchiind
Copy link
Contributor

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

@andchiind andchiind added backend Backend related functionality improvement Improvement to existing functionality labels Jul 17, 2024
@andchiind andchiind self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related functionality improvement Improvement to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant