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.
This commit is contained in:
i-aki-y
2022-03-01 21:33:31 +09:00
committed by GitHub
parent 9da650e31b
commit b1885a0564

View File

@@ -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