Back to Browse

Coding a Reeds-Shepp Car Optimal Path Planner

8.3K views
May 23, 2023
9:29

This video shows how to generate the shortest length path between given start and ending positions for a car that can go forwards and reverse. All code is available at https://demonstrations.wolfram.com/ShortestPathForForwardAndReverseMotionOfACar/ (by Francesco Bernardini and Aaron Becker) Introduction to Robotics: Lecture 26a (Dubins car) at https://youtu.be/tjUVE3jto98 Lecture 26b (Homicidal Chauffeur) at https://youtu.be/pbSCsGh_OBo Lecture 26c (Reeds-Shepp car, this video) at https://youtu.be/fAqh_cy7ePI Based on Python code at https://github.com/nathanlct/reeds-shepp-curves 0:00 Introduction 0:35 Code location: demonstrations.wolfram 0:45 How to use demonstration 0:52 Who are Reeds and Shepp? 1:03 Dubins vs Reeds & Shepp 1:49 Equations of motion 2:30 Reeds & Shepp path words (C,S) 2:58 What is a METRIC? 3:39 Python code: Reeds Shepp 3:56 The Mathematica code step by step 4:28 Path types 1 -- 6 6:10 Austin Powers 3-point turn 6:34 Path types 7 -- 12 8:11 Concatenating paths: motion planning 8:37 using a holonomic planner & subdividing 9:08 goto demonstrations.wolfram.com/

Download

1 formats

Video Formats

360pmp420.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Coding a Reeds-Shepp Car Optimal Path Planner | NatokHD