Odom frame disappears in rviz
Why does the /odom frame disappear in rviz? This happens to me when I set the fixed frame to be /odom.
Update: based on request for tf tree My tf tree was odom -> base_footprint -> base_link -> all_frames_on_robot
I think, it means that there is no TF from odom frame to others. You can check once by 'rosrun tf view_frames' and see if this is true. Later you can create a valid TF tree and then check in RVIZ.
There is a tf that I have checked using view_frames. Also, the /odom frame shows when some other frame is selected as fixed frame. It's only when I select the /odom frame as fixed frame that it is seen for some time and then disappears.