crigroup / openrave-installation

Bash scripts to install OpenRAVE from source
167 stars 77 forks source link

Missing build packages cause 'failed to find an OpenRAVE viewer' error #17

Closed zenakuten closed 3 years ago

zenakuten commented 4 years ago

After installation, when running openrave on Ubuntu 18.04 (wsl) I receive this error:

openrave [WARN] [openrave.cpp:322 MainOpenRAVEThread] failed to find an OpenRAVE viewer.

To fix it, I had to install these packages:

sudo apt-get install libqt4-dev libsoqt-dev-common libsoqt4-dev

and then re-run ./install-openrave.sh

nicholasadr commented 3 years ago

Hi @zenakuten, thanks for raising the issue. The problem should be fixed with the recent commit. Let me know if the problem still persists and I can reopen.