Open Jiankai-Sun opened 7 years ago
I am also getting the same error
I had a similar issue. Try typing glxinfo
, which is part of mesa-utils. If you have an nvidia graphics card try nvidia-smi
. Both of those programs gave strange errors so it seemed to be a driver issue for me. Anyway, restarting the computer seemed to have fixed the issue.
Same problem! If I run it directly on server it works perfectly, but if I run it in remote, it doesn't work.
@SimoGira silly question, but how are you running it remotely. Can you run any graphical windows remotely? If you're using ssh, are you passing the "-X" parameter
Yes, I’m using ssh with -X and yes I’m able to running any windows on my host (e.g gedit etc..), but with orbslam2 still not work
On 8 Nov 2017, at 4:41 PM, geoffviola notifications@github.com wrote:
@SimoGira silly question, but how are you running it remotely. Can you run any graphical windows remotely? If you're using ssh, are you passing the "-X" parameter
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I got around this by removing Pangolin dependencies after debugging via visualization was no longer needed.
https://gist.github.com/zezuladp/165d3c9b91ec936f931b5d5b5df74f3a
git apply system.patch
from root dir and then rebuilding ./build.sh
There's also some ways to use Nvidia settings and configure a virtual display some info on this here
if you are windows, try to use mobaXterm to connect your server , and use the same command , than it works
I got around this by removing Pangolin dependencies after debugging via visualization was no longer needed. https://gist.github.com/zezuladp/165d3c9b91ec936f931b5d5b5df74f3a
git apply system.patch
from root dir and then rebuilding./build.sh
There's also some ways to use Nvidia settings and configure a virtual display some info on this here
Thank you @zezuladp. It work for me.
I meet an error when I run the latest code of ORB_SLAM2 on server. The system is
The error information: