From c4469a59e02d3282fa09f6fdfe3d7d796c8cf073 Mon Sep 17 00:00:00 2001 From: Yukihito Saito Date: Fri, 14 Jun 2024 23:07:33 +0900 Subject: [PATCH] fix(README.md): typo in reeds-shepp path Signed-off-by: Yukihito Saito --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a01ae361a..ee40dfc7eb 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ Ref: ### RRT\* with reeds-shepp path -![Robotics/animation.gif at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTStarReedsShepp/animation.gif)) +![Robotics/animation.gif at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTStarReedsShepp/animation.gif) Path planning for a car robot with RRT\* and reeds shepp path planner.