Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ShuaiZhou302 opened this issue May 2, 2024 · 2 comments

Comments

@ShuaiZhou302
Copy link

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
Copy link
Owner

Kei18 commented May 2, 2024

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
Copy link

fengrn23 commented Jun 4, 2024

上传截屏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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants