hsr-project / hsr_ros2_doc

6 stars 1 forks source link

The map does not show up on Rviz #8

Closed ayakasakurai0213 closed 7 months ago

ayakasakurai0213 commented 7 months ago

I am running a simulation of HSR according to https://github.com/hsr-project/hsr_ros2_doc.

I cannot see the map on Rviz. I tried navigation by running the following command. ros2 launch hsrb_rosnav_config navigation_launch.py map:=~/hsr_project/hsrb_rosnav/hsrb_mapping/maps/wrs2020/map.yaml

After that, Rviz showed "no map recived" when I started it. image

I checked the topic. And then I found that both map_server and /map were up.

Am I doing something wrong? Please advise if you know how to do navigation.