Skip to content

This repository specifies in path-planning for soccer robots. It employs Astar with inflation for static and Astar with artificial potential field for dynamic path-planning.

License

Notifications You must be signed in to change notification settings

ZJULiHongxin/Path-Planning-Based-on-Astar-for-Soccer-Robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path Planning Based on Astar for Soccer Robots

This repository includes a path-planning algorithm for soccer robots. It applys Astar with inflation for static path-planning and Astar with artificial potential field for dynamic path-planning.

All these C++ codes are complete solutions to three tasks in a course called Robotics Augmented Training in Zhejiang University.

Task1: Static Path-planning. Task2: Dynamic Path-planning in a senario where there are 8 robots walking randomly. Task3: Dynamic Path-planning in a senario where there are 6 robots always blocking you.

About

This repository specifies in path-planning for soccer robots. It employs Astar with inflation for static and Astar with artificial potential field for dynamic path-planning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages