Skip to content

I implemented the A* algorithm from scratch for efficient pathfinding and obstacle avoidance. Using ROS 2 and Turtlesim, I visualized the algorithm in action. steps: 1- Map initialization. 2- Adding obstacles and end goal. 3- Get the starting position 4- Run the A* algorithm. 5- Follow the generated path to reach the end goal.

Notifications You must be signed in to change notification settings

george10hany77/Path_Finding_Turtlesim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

About

I implemented the A* algorithm from scratch for efficient pathfinding and obstacle avoidance. Using ROS 2 and Turtlesim, I visualized the algorithm in action. steps: 1- Map initialization. 2- Adding obstacles and end goal. 3- Get the starting position 4- Run the A* algorithm. 5- Follow the generated path to reach the end goal.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages