Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppk1709 committed Jun 29, 2024
1 parent 5af80fb commit 5edbffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ After getting a fairly accurate map, we moved onto trying path planning algorith
First we converted our map to a binary occupancy grid given below to make path planning feasible
![Image](Images/occupancy_grid_SLAM.png)

Here's a one with waypoint navigation:
Here's a one with Astar:
![Image](Images/Astar_waypoint.png)

In the next phase, we'll be starting with implemention of Control algorithms like MPC(Model Predictive Control).
Expand Down

0 comments on commit 5edbffa

Please sign in to comment.