Skip to content

fwqzh/Catching-a-Moving-Target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catching-a-Moving-Target

A planning algorithm for catching a moving target in a grid-world environment with obstacles.

Compilation and Visualization

To compile the project, navigate to the project directory and run the following commands:

#compile
cd ~/zihanqu/code #Open a terminal and navigate to the code directory.
g++ src/runtest.cpp src/planner.cpp -o run_test

#run
./run_test map<number>.txt

#visualize
python3 scripts/visualizer.py maps/map<number>.txt

About

Catch that robot!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published