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

Correction for curves generated on the radius of curvature. #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jacobjj
Copy link

@jacobjj jacobjj commented Aug 12, 2019

Hi @AndrewWalker ,

I found out that if the goal point is on the radius of curvature as follows:
start
Then sometimes the path returned is:
path_circle_old_dubins
But what is expected is:
path_circle.

I added a simple check, that checks if the straight path length is zero, if so it calculates the difference in orientation between the start and goal orientations and normalizes it within 0,2*pi, and sets to out[0] and out[1] and out[2] are set to 0.

Please let me know if there is anything wrong with this implementation.

Thanks,
Jacob

@ghanta1996
Copy link

Hi, Can somebody merge this PR? This is so helpful!

Thanks!

@rbebb
Copy link

rbebb commented Sep 14, 2022

@AndrewWalker is it possible to merge this?

@rbebb
Copy link

rbebb commented Nov 9, 2022

Poke on this @AndrewWalker

1 similar comment
@ghanta1996
Copy link

Poke on this @AndrewWalker

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.

3 participants