diff --git a/README.md b/README.md index 9c3841f2..c7866204 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Python codes for robotics algorithm. + # Table of Contents * [What is this?](#what-is-this) * [Requirements](#requirements) @@ -31,7 +32,7 @@ Python codes for robotics algorithm. * [SLAM](#slam) * [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching) * [FastSLAM 1.0](#fastslam-10) - * [Graph based SLAM](#graph-based-slam) + * [Pose Optimization SLAM](#pose-optimization-slam) * [Path Planning](#path-planning) * [Dynamic Window Approach](#dynamic-window-approach) * [Grid based search](#grid-based-search) @@ -244,7 +245,7 @@ Ref: ## Pose Optimization SLAM -This is a graph based Pose Optimization SLAM example. +This is a graph based pose optimization SLAM example. ![3](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/PoseOptimizationSLAM/animation.gif) @@ -596,3 +597,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/ +