-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Made docker image of LSD-SLAM for anyone who are struggling with build error (Ubuntu 16.04) #342
Comments
would you provide your docker file? |
Unfortunately, I don't have a Dockerfile of this image. I had built lsd-slam manually while using docker image. |
I'm getting this error: QGLTempContext: No GL capable X visuals available. Running "glxinfo" doesn't give any errors, and glxgears runs just fine. Full disclosure though: I'm running this in a virtual machine with VirtualBox running Ubuntu 20.04, so there is no direct access to the GPU. Not sure how to fix this problem or if it is even possible to fix it with my setup. |
hello @damonftl, could you check Ubuntu version for this docker image? because It was made in Ubuntu 16.04. |
Hi @edward0im
Do you know where the problem is? |
Hi @kareotoko, I've upgraded Ubuntu 16.04 to 18.04 six months ago and I didn't take care of this docker image. I'm sorry but I'll upload LSD-SLAM docker image running on Ubuntu 18.04 LTS within a week. |
This docker image is still available in Ubuntu 16.04 LTS but I'm currently using Ubuntu 18.04 LTS. If I make a docker image of Ubuntu 18.04 LTS in the future, I'll update this thread. |
Hi, I want to build LSD-SLAM in Ubuntu 20.04. |
run as follows. (tested on Ubuntu 16.04 LTS)
$
docker pull edward0im/starlaw:lsd-slam
$
vim run_lsd_slam.sh
type below
$
chmod 777 run_lsd_slam.sh
$
./run_lsd_slam.sh
if anyone who has got the error while following those steps, comment below.
The text was updated successfully, but these errors were encountered: