danielsnider / MapViz-Tile-Map-Google-Maps-Satellite

ROS Offline Google Maps for MapViz
102 stars 30 forks source link

docker is running but no map is loaded #4

Open tuandle opened 6 years ago

tuandle commented 6 years ago

Hi @danielsnider , Thank you for your work. I try to use you docker to load map to mapviz but can't get it to work. I followed your instruction. I was able to add a map_tile component and save. But the status always shows "no tranform from /wgs84". I run a rosbag and it said that "Got NavSat message. Setting origin and unsubscribing from NavSat." However, nothing is shown. If I tried to add a gps (using the add button), mapviz crashes. I am really confused about how to run mapviz (I did read through every recommended issues but still got stuck) so if you could help me with a walkthrough from the very beginning, I greatly appreciate! Thank you for your help!

danielsnider commented 6 years ago

Hi @tuandle! Thanks for trying my tool. For a walkthrough from the very beginning, check out page 50 of my book chatper. Hopefully it helps! https://github.com/danielsnider/ros-rover/blob/master/Book%20Chapter%20-%20University%20Rover%20Challenge%20Tutorials%20and%20Control%20System%20Survey.pdf

I've gotten that error too. Does this conversation help you at all? https://github.com/swri-robotics/mapviz/issues/478

tuandle commented 6 years ago

@danielsnider , thank you for your reply. I have talked to one of mapviz's authors and it seems that mapviz on my system demonstrates a strange bug that he could not reproduce. I will try to use another laptop to see. Thank you again!