-
Notifications
You must be signed in to change notification settings - Fork 69
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
how to generate car-like motion primitive #42
Comments
Hi, the generation of motion primitives are not included in this public release. If you provide me some details I could, however, generate them for you. |
That would be awesome. Thank you so much! car_width: 0.846 For the max_steering_radians: since I use both back and front steering wheel, I just measure the minimum turning radius - 2.2m. If you use a simple-car model( only front steering wheel), I use the equation r = L / tan(phi), and get max_steering_radians is 0.434. You can send the motion primitive file to my email : [email protected] |
Actually, my car model can move diagonally like 17 degrees. That is the most interesting part I want to try with a lattice-based motion planner. But I can add it to the motion primitive file latter :) |
Hi, I try this ws and it looks like amazing. Thanks for great work!
Next I want to try the motion planner with my custom car. I wonder how to generate the motion primitive based on my custom cat? For the sbpl, they have a matlab script to do that, but only for unicycle not for car-like model.
The text was updated successfully, but these errors were encountered: