Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Autonomous-Robot-Navigation

Demonstrates how a robot would use an A* search method to navigate through a virtual environment containing obstacles I've created a real-world problem that involves a robot navigating in a dynamic environment. The robot needs to move from its start point (initial state) to an end state (goal state) using the A* search algorithm. The A* Search Algorithm is an optimal and efficient method for solving pathfinding problems. When seeking the shortest path between a starting point and a goal, A* is often the best choice due to its versatility and robustness (What is A Search A * Algorithm, 2024). The robot’s journey to the goal must navigate through some obstacles.

About

Demonstrates how a robot would use an A* search method to navigate through a virtual environment containing obstacles

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages