Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions README.md
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were a lot of parts in README changed like this? Please pull the latest changes in README at main branch into your working branch and resolve them.

Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Python sample codes and documents about Autonomous vehicle control algorithm. Th
* [Hybrid A*](#hybrid-a)
* [Dijkstra](#dijkstra)
* [RRT](#rrt)
* [Bidirectional RRT*](#bidirectional-rrt)
* [RRT*](#rrt-star)
* [Informed RRT*](#informed-rrt)
* [Path Tracking](#path-tracking)
* [Pure pursuit Path Tracking](#pure-pursuit-path-tracking)
* [Adaptive Pure pursuit Path Tracking](#adaptive-pure-pursuit-path-tracking)
* [Rear wheel feedback Path Tracking](#rear-wheel-feedback-path-tracking)
* [LQR(Linear Quadratic Regulator) Path Tracking](#lqrlinear-quadratic-regulator-path-tracking)
* [Stanley steering control Path tracking](#stanley-steering-control-path-tracking)
Expand Down Expand Up @@ -124,19 +127,26 @@ Planning
#### Dijkstra
Planning(Reduce frames by sampling every nth node to prevent memory exhaustion)
![](src/simulations/path_planning/dijkstra_path_planning/dijkstra_search.gif)
#### Elastic Bands
A* seed path smoothed with Elastic Bands optimisation
![](src/simulations/path_planning/elastic_bands_path_planning/elastic_bands_search.gif)
#### RRT
Planning
![](src/simulations/path_planning/rrt_path_planning/rrt_search.gif)
Navigation
![](src/simulations/path_planning/rrt_path_planning/rrt_navigate.gif)
#### Bidirectional RRT*
Planning
![](src/simulations/path_planning/rrt_star_bidirectional_path_planning/rrt_star_bidirectional_search.gif)
#### RRT*
Planning
![](src/simulations/path_planning/rrt_star_path_planning/rrt_star_search.gif)
#### Informed RRT*
Planning
![](src/simulations/path_planning/informed_rrt_star_path_planning/informed_rrt_star_search.gif)
Navigation
![](src/simulations/path_planning/informed_rrt_star_path_planning/informed_rrt_star_navigate.gif)
### Path Tracking
#### Pure pursuit Path Tracking
![](src/simulations/path_tracking/pure_pursuit_path_tracking/pure_pursuit_path_tracking.gif)
#### Adaptive Pure pursuit Path Tracking
![](src/simulations/path_tracking/adaptive_pure_pursuit_path_tracking/adaptive_pure_pursuit_path_tracking.gif)
#### Rear wheel feedback Path Tracking
![](src/simulations//path_tracking/rear_wheel_feedback_tracking/rear_wheel_feedback_tracking.gif)
#### LQR(Linear Quadratic Regulator) Path Tracking
Expand Down Expand Up @@ -176,4 +186,4 @@ Any contribution by creating an issue or sending a pull request is welcome!! Ple


## Author
[Shisato Yano](https://github.com/ShisatoYano)
[Shisato Yano](https://github.com/ShisatoYano)
Loading
Loading