Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 354 Bytes

Vacuumworld

Just a compilation of different algorithms and programs for testing some exploration and task planning.

Needs cmake to be used.

To set up do:

cd ./VacuumSimulator/

mkdir build

cd ./build/

cmake ..

To compile:

cd ./VacuumSimulator/build/

make

To then run it, just use "./vacuum_world" in the "./VacuumSimulator/build/" directory.