-
Notifications
You must be signed in to change notification settings - Fork 60
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
RJD-1334/fix_longitudinal_distance #1403
Conversation
Checklist for reviewers ☑️All references to "You" in the following text refer to the code reviewer.
|
…_simulator_v2 into fix/longitudinal_distance
…_simulator_v2 into fix/longitudinal_distance
Regression tests: OK |
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.
Code is looks good to me and I confirmed this pull request has no-regression.
Please add one comment addition.
Quality Gate passedIssues Measures |
Abstract
This pull requests fixes issue described here
Details
HdMapUtils::getLongitudinalDistance
function logic, while retaining its functionalify.0.5 * min(from_lanelet, to_lanelet)
to cover the corner case (please see the mentioned issue description).math::geometry::CatmullRomSpline
.References
#1364
Jira ticket