hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
204 stars 71 forks source link

Installation issues #48

Closed ghost closed 3 years ago

ghost commented 3 years ago

My operating system is Ubuntu 16.04. Is the installation guide master or Ubuntu 16.04 build? Thank you.

hatem-darweesh commented 3 years ago

If you use Ubuntu_16.04, you will get older version from the tool. to use the latest version, I recommend using the docker installer

ghost commented 3 years ago

I have made this mistake with you. I don't know how to solve it. Thank you 2021-04-15 13-34-33屏幕截图

Maxcode19 commented 3 years ago

Hi, I have the same issue of yufeilongyuan. I'm working with docker in Ubuntu 18.04. Differently from yufeilongyuan, I do not have:

libGL error: No matching fbConfigs or visual found libGL error: failed to load driver: swrast

I simply have the first 3 lines (that should be OK) and:

freeglut (assure_map_editor): Unable to create OpenGL 1.0 context (flags 0, profile 0)

The weird thing is that up to few months ago the application perfectly worked. I am pretty sure that no modification has been done to the system since that moment. Do you have any hint on how to solve it? Thank you for your help

ghost commented 3 years ago

Oh, although I haven't completely solved this problem, I know why. That is the NVIDIA driver. When I block the NVIDIA driver, I can use it, although the performance is relatively low. Your problem must be that the NVIDIA driver has been updated, which leads to incompatibility. It's just my guess.

Maxcode19 commented 3 years ago

Hi! Thank you very much for the help. I have figured it out. The problem was related to the Nvidia drivers that, for some reason, were no more activated. I installed the NVIDIA-DRIVER.run file and now it works!

ghost commented 3 years ago

Congratulations on solving the problem