How to get the turtlebot lidar to display map data on your workstation?
rviz from Workstation shows black window with Global Status Error "Frame [map] does not exist" .For what it matters
Asked by vinod9910 on 2014-06-08 22:16:33 UTC
rviz from Workstation shows black window with Global Status Error "Frame [map] does not exist" .For what it matters
Asked by vinod9910 on 2014-06-08 22:16:33 UTC
Comments
which packages do you use for creating map?
Asked by Hamid Didari on 2014-06-09 01:27:24 UTC
gmapping .
Asked by vinod9910 on 2014-06-09 02:07:30 UTC
try to subscribe map topic with "$rostopic echo nav_msgs/OccupancyGrid" . could you say me the map has published from gmapping or not?
Asked by Hamid Didari on 2014-06-09 02:46:30 UTC
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
Asked by vinod9910 on 2014-06-09 03:24:14 UTC
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.
Asked by AlexR on 2014-12-13 07:00:20 UTC