PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

Add missing reeds_shepp curve type in reeds_shepp_path_planning.py

Open oridong opened this issue 4 years ago • 2 comments

why there is curve type SLS from function " straight_left_straight(x, y, phi) ". I read the paper but this type doesn't exist. Does this code implement the algorithm completely? maybe it lacks the last five base words in the picture image

oridong avatar Jun 16 '20 07:06 oridong

@oridong Hi. I don't remember it... maybe I used another paper or oss for implementation, not original paper.

maybe it lacks the last five base words in the picture

Yes, you are right. These should be implemented. Your PR is welcome : )

AtsushiSakai avatar Jun 22 '20 03:06 AtsushiSakai

Just for extra info:

Following your references, I found from table in page 135 in this dissertation, they propose more effective way to categorize all 48 combinations since these combinations don't all appear at same time. They can be categorized based on the orientation of car and orientation of steering angle (if I understand correctly).

lentychang avatar Jun 22 '20 20:06 lentychang

Hey @AtsushiSakai ,

I am trying to solve this issue. Can you please share the material you referred for writing this code?

Will be very helpful.

videh25 avatar Aug 16 '23 12:08 videh25