Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pmusau17/Planning-and-MPC i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
pmusau17 committed May 3, 2021
2 parents c6c1270 + ab16fc1 commit b673a23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ This repository assumes that you have this [repo](https://github.com/pmusau17/Pl
### RRT* with biased sampling near the car
![RRT Biased](images/rrt_biased.gif)

### Closer Look at Solution
### Closer Look at the "solution"
![RRT_Grid](images/RRT_grid.png)

### Result after 2500 Samples:
![Porto Grid](images/Porto2500.png)

# Rsband Local Planner + Pure Pursuit

The rsband_local_planner combines an elastic band planner, a reeds shepp planner and a fuzzy logic based path tracking controller, to achieve reactive local planning for Car-Like robots with Ackermann or 4-Wheel-Steering. Originally proposed by [George Kouros](https://github.com/gkouros/rsband_local_planner)

![Short Term Planning](images/short_term_planning.gif)


![long_term_planning.gif](images/long_term_planning.gif)


### Building the Docker Container
# Building the Docker Container

```
$ ./build_docker.sh
Expand Down

0 comments on commit b673a23

Please sign in to comment.