You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic programming to solve parallel parking for a Reeds-Shepp car, with simple obstacle checking. Use dp_reeds_shepp.py for starters. See the included final report pdf for documentation.
A few examples of the results:
About
Dynamic programming to solve parallel parking for a Reeds-Shepp car.