From b1885a056490ef0904cea80aa3389811903dbe76 Mon Sep 17 00:00:00 2001 From: i-aki-y Date: Tue, 1 Mar 2022 21:33:31 +0900 Subject: [PATCH] Fix the broken gif link in the "Lidar to grid map" (#645) The link for gif animation is broken now. I think this is the right URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aff69ab..8972bae5 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ This is a 2D ray casting grid mapping example. This example shows how to convert a 2D range measurement to a grid map. -![2](Mapping/lidar_to_grid_map/animation.gif) +![2](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Mapping/lidar_to_grid_map/animation.gif) ## k-means object clustering