No drop-down list of Fixed Frame in RViz
Hi guys, I'm following this tutorials of RViz: link text
- when i list the topics, one, i think, is missing as in the screenshot:
- once i run RViz, the Fixed Frame drop-down does not contain any voice and the default is 'map':
- in RViz i don't see anything
I don't understand what i'm doing wrong.
Asked by lolito on 2019-09-12 17:45:20 UTC
Comments
The problem is that you're not publishing any tf data. Also, please don't use an image to display text
Asked by jayess on 2019-09-12 19:12:23 UTC
jayess thanks for the reply! Sorry for the image, next time will be better. How i can fix the problem of not publishing any tf data? I mean i was following the tutorial, what am i missing?
Asked by lolito on 2019-09-13 03:20:55 UTC
The tutorial makes you publish those by running
rosbag play laser.bag
. You need to download the bag file that is linked in the tutorial.Asked by Orhan on 2021-05-21 16:00:13 UTC