fixed frame no tf data
I am following the tutorial on rviz here
But i am not able to correct the TF global issue as in the screenshot.
I tried changing the rviz 'Global Options' 'Fixed Frame' to my_frame. but nothing happened. I tried to run the command below too, but nothing changed too
rosrun tf static_transform_publisher 0 0 0 0 0 0 1 /map /my_frame 10
the terminal doesn't show any other error.