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

Problem Of Code reeds shepp #115

Open
JiangxinkeTao opened this issue May 30, 2022 · 0 comments
Open

Problem Of Code reeds shepp #115

JiangxinkeTao opened this issue May 30, 2022 · 0 comments

Comments

@JiangxinkeTao
Copy link

JiangxinkeTao commented May 30, 2022

When I use the RS curve , There are fault results occured under some start and ending Pose show as following :

clc; clear; % Generate a Reeds-Shepp path for 3-point turn q0 = [0 0 0]'; % initial configuration [x y theta] qf = [0 -4 0]'; % final configuration maxcurv = 1/5; % 5m turning circle rs = ReedsShepp(q0, qf, maxcurv, 0.05); rs.plot
Screenshot from 2022-05-30 22-36-10

The results as the follow, the Pose is not true as the required ,and When I want to get all the RS curve and show them in the figure , some of them are not true. I guess there may be some coding fault in the "ReedsShepp.m"
Screenshot from 2022-05-30 22-37-14

I hope you can solve my question ,THANK YOU VERY MUCH !!!
Best Wish For You

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

No branches or pull requests

1 participant