mapf-visualizer icon indicating copy to clipboard operation
mapf-visualizer copied to clipboard

simple multi-agent pathfinding (MAPF) visualizer for research usage

Results 2 mapf-visualizer issues
Sort by recently updated
recently updated
newest added

git clone https://github.com/Kei18/mapf-visualizer.git cd mapf-visualizer wget -O third_party/openFrameworks.tar.gz https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11.2_linux64gcc6_release.tar.gz tar -xzvf third_party/openFrameworks.tar.gz -C third_party --strip-components=1 --one-top-level=openFrameworks sudo third_party/openFrameworks/scripts/linux/ubuntu/install_dependencies.sh sudo third_party/openFrameworks/scripts/linux/ubuntu/install_codecs.sh make -j4 echo "export PATH=$(pwd)/bin:\$PATH" >> ~/.bashrc I run this...