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

Return to home mission is cancelled when running low on battery #1955

Open
andchiind opened this issue Jan 15, 2025 · 1 comment
Open

Return to home mission is cancelled when running low on battery #1955

andchiind opened this issue Jan 15, 2025 · 1 comment
Labels
backend Backend related functionality bug Something isn't working Northern Lights

Comments

@andchiind
Copy link
Contributor

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.

@andchiind andchiind added backend Backend related functionality bug Something isn't working Northern Lights labels Jan 15, 2025
@tsundvoll
Copy link
Contributor

Not critical for functionality; and part of this may be moved to ISAR in the future, so setting it to TODO for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related functionality bug Something isn't working Northern Lights
Projects
None yet
Development

No branches or pull requests

2 participants