You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried a few times to install on a fresh installation of ubuntu 20.04. Here's what I've found:
need to install python2 and pip2 first before anything else
need to set git credentials (user.name, user.email) or install-dependencies fails.
Once built, trying to run an example with e.g. openrave.py --example fails due to missing opengl.
need to pip2 install pyopengl
Sadly, it seems openrave on 20.04 has numerous issues. 'openrave.py --example hanoi' crashes with 'missing .radius' property. It seems there are many failures in pybind11 causing crashes. The examples seems to work OK on 18.04, but only a handful run on 20.04 without crashing.
The text was updated successfully, but these errors were encountered:
I've tried a few times to install on a fresh installation of ubuntu 20.04. Here's what I've found:
Once built, trying to run an example with e.g. openrave.py --example fails due to missing opengl.
need to pip2 install pyopengl
Sadly, it seems openrave on 20.04 has numerous issues. 'openrave.py --example hanoi' crashes with 'missing .radius' property. It seems there are many failures in pybind11 causing crashes. The examples seems to work OK on 18.04, but only a handful run on 20.04 without crashing.
The text was updated successfully, but these errors were encountered: