-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added nearest coordinate index for polyline #214
Conversation
Archdoog
commented
Aug 31, 2024
- Adds index of polyline coordinate calculator in preparation for current attributes and snap bearing/course.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran out of time this morning but here's a partial review.
…rrostar into feat/common/polyline-index
Discussed on Slack and decided to go with checks over the current route step for now, with the current index localized to the step. We will currently allow "backward" progress within a step, but we can always revisit this decision (ex: if it gets too jittery around boundaries). |