Kei18 / mapf-visualizer

simple multi-agent pathfinding (MAPF) visualizer for research usage
MIT License
52 stars 13 forks source link

Does the setup part needed to be modified in Ubuntu 24.04 version? #8

Open ShuaiZhou302 opened 5 months ago

ShuaiZhou302 commented 5 months ago

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 setup on my ubuntu and most passes but some error occur when setting up ros.

Kei18 commented 5 months ago

Hi. Since Ubuntu 24.04 is new, there may be version issues. At least I never tested it myself.

Could you describe the errors you encountered in detail? It might also be worth trying different versions of openFrameworks: https://github.com/openframeworks/openFrameworks/releases

Best, Keisuke

fengrn23 commented 4 months ago

![上传截屏2024-06-04 15.01.53.png...]()hello,I installed it on my Mac, but when I input the command "mapf-visualizer assets/random-32-32-20.map assets/demo_random-32-32-20.txt " ,the terminal output"zsh: command not found: mapf-visualizer",what should I do? Thank you!