(GoogleMap in Rviz) Error: map image file does not exist. Check API Key
I want to display GoogleMap in Rviz and use ZED-F9P GPS.
I created a Google API Key with reference to the following site and entered the created API Key in "googlestaticmapapikey.yaml", but when I start up Rviz, it shows map image file does not exist. Check API Key.
For reference, here is what I have done so far.
Sent mobile station information using RTKLIB.
$ . /str2str -in ntrip://[Password]@rtk2go.com:2101/[MountPoint] -out serial://ttyACM0:230400
Next.
$ git clone https://github.com/KumarRobotics/ublox.git
Send out the mobile station information in ROS Topic.
$ roslaunch ublox_gps ublox_device.launch node_name:=ublox param_file_name:=zed_f9p_rover
Finally.
$ git clone https://github.com/hakuturu583/gps_rviz_plugin
Tried to display it in realtime with Rviz.
However, after starting Rviz, I added OverlayGpsDisplay
and set Topic to "/fix" or "/ubox/fix", the status is:
The details of the Error are "MapImageFileNotExsist : map image file does not exist.
As mentioned above, copy and paste the API Key into "google_static_map_api_key.yaml".
Is there any way to resolve this issue?
Asked by donguri on 2022-10-04 02:54:49 UTC
Comments