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

Dubin's Turning Radius #105

Open
AskewParity opened this issue Feb 4, 2024 · 0 comments
Open

Dubin's Turning Radius #105

AskewParity opened this issue Feb 4, 2024 · 0 comments
Labels
feature New feature or request

Comments

@AskewParity
Copy link
Contributor

🚀 Feature

Enable path generation using turning radii that is not EXACTLY the minimum turning radius

Motivation

image

The existing implementation of Dubins will only connect points using a fixed turning radius. What this means generally is that it will create a bunch of loops to connect points instead of using a larger turning radius to directly connect two points.

Pitch

No idea! Here is my existing thoughts (haven't thought very much)

ONLY on the FINAL optimization step, smooth out the curve in order to fix the weird loops.

This doesn't fix the issue, but minimizes its impact of the existing implementation on the final path.

Alternatives

  1. Do math to make the dubin's algorithm more efficient
    • note that this will mess with RRT path generation (if dubins is segmented later)
  2. Just do multiple dubin's calculations with different turning radii
@Tyler-Lentz Tyler-Lentz added the feature New feature or request label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants