OpenStreetMap for Gazebo
Hello there,
I have found out about OpenStreetMap support for Gazebo and wanted to try it out! So i have downloaded everything from github and tried to run it and i get the following error:
edonis@donnYsoft:~$ python /home/edonis/gazeboosm/gzosm.py Traceback (most recent call last): File "/home/edonis/gazeboosm/gzosm.py", line 10, in <module> from getOsmFile import getOsmFile File "/home/edonis/gazebo_osm/getOsmFile.py", line 12, in <module> import osmapi ImportError: No module named osmapi
How do i fix this?
Thank you very much!