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

Update turn_to_angle() logic #1

Closed
aaron4522 opened this issue Jun 16, 2023 · 2 comments
Closed

Update turn_to_angle() logic #1

aaron4522 opened this issue Jun 16, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aaron4522
Copy link
Collaborator

  • Spawn a thread to wait until the boat reaches the specified angle and to return the boat's rudder to home position
  • Argument to enable/disable tacking
  • Raise an exception if the boat fails to turn to that angle (mostly so that we don't get stuck in an infinite loop of failed tacks)
    • Occurs on timeout or if the change in angle is stagnant
@aaron4522 aaron4522 added this to the Autonomy milestone Jun 16, 2023
@aaron4522 aaron4522 added the bug Something isn't working label Jun 16, 2023
@aaron4522
Copy link
Collaborator Author

aaron4522 commented Oct 26, 2023

Testing current code works but requires wait_until_finished to be true. Still needs to be smarter.

@aaron4522 aaron4522 self-assigned this Feb 8, 2024
@aaron4522
Copy link
Collaborator Author

Closed by #c3c35ce.

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

No branches or pull requests

1 participant