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

feat: Automatically remove waypoints after reaching the destination. #588

Merged
merged 2 commits into from
Mar 27, 2023

Conversation

alexanderson1993
Copy link
Member

Description of Changes

  • Adds a system which checks if the ship is within 5 kilometers of a waypoint. If it is, it deletes the waypoint.

Related Issue

Closes #496

How do you know the changes work correctly?

Manual testing:

  • Set course for mars
  • Activate autopilot
  • The waypoint should disappear once the ship arrives.

@alexanderson1993 alexanderson1993 merged commit e31dc2c into develop Mar 27, 2023
@alexanderson1993 alexanderson1993 deleted the waypoint-delete branch March 27, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically delete waypoints when the ship arrives at them.
1 participant