mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
remove PoseOptimizationSLAM
This commit is contained in:
17
README.md
17
README.md
@@ -31,8 +31,6 @@ Python codes for robotics algorithm.
|
||||
* [SLAM](#slam)
|
||||
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
|
||||
* [FastSLAM 1.0](#fastslam-10)
|
||||
* [Pose Optimization SLAM 2D](#pose-optimization-slam-2d)
|
||||
* [Pose Optimization SLAM 3D](#pose-optimization-slam-3d)
|
||||
* [Path Planning](#path-planning)
|
||||
* [Dynamic Window Approach](#dynamic-window-approach)
|
||||
* [Grid based search](#grid-based-search)
|
||||
@@ -251,21 +249,6 @@ Ref:
|
||||
- [SLAM simulations by Tim Bailey](http://www-personal.acfr.usyd.edu.au/tbailey/software/slam_simulations.htm)
|
||||
|
||||
|
||||
## Pose Optimization SLAM 2D
|
||||
|
||||
This is a graph based 2D pose optimization SLAM example.
|
||||
|
||||

|
||||
|
||||
|
||||
## Pose Optimization SLAM 3D
|
||||
|
||||
This is a graph based 3D pose optimization SLAM example.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
# Path Planning
|
||||
|
||||
## Dynamic Window Approach
|
||||
|
||||
Reference in New Issue
Block a user