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

ros2: revert value of epsilon used in getClosestPoint #49

Merged

Conversation

srmainwaring
Copy link
Collaborator

Ensure that the value of epsilon used in the call to getClosestPoint in the terrain planner is the same as prior to #44.

Without this change the closest point will be calculated along the line segment joining the path segment start and end as can be seen in the figure below.

Figure: issue with using epsilon=1.0 in getClosestPoint.
segment_closest_point

Copy link
Member

@Jaeyoung-Lim Jaeyoung-Lim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Jaeyoung-Lim Jaeyoung-Lim merged commit f521515 into ethz-asl:ros2 Feb 24, 2024
3 checks passed
@srmainwaring srmainwaring deleted the prs/pr-fix-closest-point-epsilon branch February 24, 2024 17:32
@Jaeyoung-Lim Jaeyoung-Lim mentioned this pull request Mar 3, 2024
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.

2 participants