SkillAgentSearch skills...

AntPathPlanning

Ant colony algorithm used for grid map path planning.

Install / Use

/learn @jingedawang/AntPathPlanning
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AntPathPlanning

Ant colony algorithm used for grid map path planning.

Compile

cd AntPathPlanning
mkdir build
cmake ..
make

Run

./AntPathPlanning

You can modify start point and destination point and obstacle points in the codes. Shortest path will print on the screen.

Note that this algorithm is not perfect, the path computed seems a little strange. Feel free to further optimize it :-)

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks4

Languages

C++

Security Score

55/100

Audited on Jan 23, 2024

No findings