ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I want to display GoogleMap within Rviz but Rviz does not.

asked 2022-09-08 02:51:13 -0500

donguri gravatar image

updated 2023-06-18 09:46:35 -0500

lucasw gravatar image

Environment

  • Ubuntu 20.04
  • ROS Noetic
  • Rover : ZED-F9P

What I want to do

I want to display GoogleMap in Rviz.

Current status

  • Execute the following commands referring to the following URL.

https://qiita.com/k-koh/items/91d7ea5...

https://github.com/hakuturu583/gps_rv...

cd catkin_ws/src
git clone https://github.com/hakuturu583/gps_rviz_plugin.git
cd ... /
catkin build
  • Get Google Static Map API key.
  • Set the obtained Google Static Map API key in gps_rviz_plugin/config/google_static_map_api_key.yaml.
  • Commented out rosbag play in gps_rviz_plugin/launch/gps_rviz_plugin.launch.
  • Launch gps_rviz_plugin.launch.

    roslaunch gps_rviz_plugin gps_rviz_plugin.launch

  • Add OverlayGpsDisplay of gps_rviz_plugin in rviz and set fix in Topic.

What is currently happening

Rviz starts up but the map is not showing up.

Question

  1. I have not included the base station information in the steps so far, is there a place to put it?

Finally

Please help me with any information you know. And, please let me know if you have any further questions.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2022-09-09 15:27:06 -0500

tfoote gravatar image

I would recommend reviewing tickets on the repository: https://github.com/hakuturu583/gps_rv... and if you can't find one related to your situation open one there. It could be that there needs to be better documentation, or you could be hitting a bug.

That repository looks to have been last updated 5 years ago, and things many have changed in that time that needs updates.

edit flag offensive delete link more

Comments

Thank you for your appropriate response.

And sorry for the delay in replying.

I was able to solve this issue.

I left out sending base station information to Ubuntu.

./str2str -in ntrip://rtk2go.com:2101/[MountPoint] -out serial://ttyACM0:230400

However, I get a lot of other errors.

If you know of a solution, we would appreciate it if you could answer our questions as well.

New question

donguri gravatar image donguri  ( 2022-09-16 02:21:55 -0500 )edit
0

answered 2022-09-16 02:23:53 -0500

donguri gravatar image

updated 2022-09-18 22:09:57 -0500

jayess gravatar image

Send base station information to UbuntuPC.

./str2str -in ntrip://rtk2go.com:2101/[MountPoint] -out serial://ttyACM0:230400
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-09-08 02:51:13 -0500

Seen: 333 times

Last updated: Sep 18 '22