How to get the turtlebot lidar to display map data on your workstation?

asked 2014-06-08 22:16:33 -0500

vinod9910 gravatar image

rviz from Workstation shows black window with Global Status Error "Frame [map] does not exist" .For what it matters

edit retag flag offensive close merge delete

Comments

which packages do you use for creating map?

Hamid Didari gravatar image Hamid Didari  ( 2014-06-09 01:27:24 -0500 )edit

gmapping .

vinod9910 gravatar image vinod9910  ( 2014-06-09 02:07:30 -0500 )edit

try to subscribe map topic with "$rostopic echo nav_msgs/OccupancyGrid" . could you say me the map has published from gmapping or not?

Hamid Didari gravatar image Hamid Didari  ( 2014-06-09 02:46:30 -0500 )edit

the Lidar is working and is active... but there is no map. sr1@sr1- Thinkpad-T430:~$ rostopic echo nav_msgs/OccupancyGrid. WARNING: topic [nav_msgs/OccupancyGrid] does not appear to be published yet

vinod9910 gravatar image vinod9910  ( 2014-06-09 03:24:14 -0500 )edit

You also need to be running the gmapping to see the grid map being formed. Try changing the fixed frame in rviz from map to odom.

AlexR gravatar image AlexR  ( 2014-12-13 06:00:20 -0500 )edit