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

Publish Desired Heading Calculation #463

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

MC6527medhansh
Copy link

Description

  • Resolves Publish desired heading #283
  • Implemented the functionality to compute and publish the desired heading from the current boat position to the next waypoint.

Verification

  • Ensure the desired heading is correctly calculated using the Geod class from the pyproj library for distance and azimuth computation.
  • Validate that the system updates the waypoint index correctly when the boat reaches a waypoint using a threshold distance.
  • Check scenarios where the path is updated to ensure the waypoints start from the boat's current position.

Resources


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.

Publish desired heading
3 participants