Skip to content

Commit 0067577

Browse files
committed
remove PoseOptimizationSLAM
1 parent 5b2f86d commit 0067577

File tree

5 files changed

+0
-105
lines changed

5 files changed

+0
-105
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Python codes for robotics algorithm.
3131
* [SLAM](#slam)
3232
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
3333
* [FastSLAM 1.0](#fastslam-10)
34-
* [Pose Optimization SLAM 2D](#pose-optimization-slam-2d)
35-
* [Pose Optimization SLAM 3D](#pose-optimization-slam-3d)
3634
* [Path Planning](#path-planning)
3735
* [Dynamic Window Approach](#dynamic-window-approach)
3836
* [Grid based search](#grid-based-search)
@@ -251,21 +249,6 @@ Ref:
251249
- [SLAM simulations by Tim Bailey](http://www-personal.acfr.usyd.edu.au/tbailey/software/slam_simulations.htm)
252250

253251

254-
## Pose Optimization SLAM 2D
255-
256-
This is a graph based 2D pose optimization SLAM example.
257-
258-
![3](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/PoseOptimizationSLAM2D/animation.gif)
259-
260-
261-
## Pose Optimization SLAM 3D
262-
263-
This is a graph based 3D pose optimization SLAM example.
264-
265-
![3](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/PoseOptimizationSLAM3D/animation.gif)
266-
267-
268-
269252
# Path Planning
270253

271254
## Dynamic Window Approach

SLAM/PoseOptimizationSLAM2D/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

SLAM/PoseOptimizationSLAM2D/data_downloader.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

SLAM/PoseOptimizationSLAM3D/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

SLAM/PoseOptimizationSLAM3D/data_downloader.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)