File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Python codes for robotics algorithm.
1414
1515
1616
17+
1718# Table of Contents
1819 * [ What is this?] ( #what-is-this )
1920 * [ Requirements] ( #requirements )
@@ -31,7 +32,7 @@ Python codes for robotics algorithm.
3132 * [ SLAM] ( #slam )
3233 * [ Iterative Closest Point (ICP) Matching] ( #iterative-closest-point-icp-matching )
3334 * [ FastSLAM 1.0] ( #fastslam-10 )
34- * [ Graph based SLAM] ( #graph-based -slam )
35+ * [ Pose Optimization SLAM] ( #pose-optimization -slam )
3536 * [ Path Planning] ( #path-planning )
3637 * [ Dynamic Window Approach] ( #dynamic-window-approach )
3738 * [ Grid based search] ( #grid-based-search )
244245
245246## Pose Optimization SLAM
246247
247- This is a graph based Pose Optimization SLAM example.
248+ This is a graph based pose optimization SLAM example.
248249
249250![ 3] ( https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/PoseOptimizationSLAM/animation.gif )
250251
@@ -596,3 +597,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
596597
597598
598599
600+
You can’t perform that action at this time.
0 commit comments