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

assure_map_editor not running #49

Closed kanakab closed 3 years ago

kanakab commented 3 years ago

Hello,

Thanks for creating this tool.

I am working on Ubuntu 18.04, ROS -melodic and with latest assuremaapingtools with docker installation.

sh build-docker.sh - worked no issues ./run-docker - launches the GUI

I need to convert an opendrive file to lanelet

When I run the command: ./assure_map_editor, I am getting the folllowing error ./assure_map_editor: error while loading shared libraries: libGLEW.so.2.0: cannot open shared object file: No such file or directory

Please help me resolve this issue

hatem-darweesh commented 3 years ago

Can you check that your docker build had no installation error.

kanakab commented 3 years ago

The issue is resolved, I was not using the GUI properly earlier. Thanks @hatem-darweesh