static frame visible in tf_tree but not in RViz
I am playing a bag file which has the following tf tree structure odom --> base_link --> (lidar, gps, imu)
I want to publish a frame 'basefootprint' which is a child of 'baselink' with a constant transformation: 0 0 -0.3 0 0 0
I have the following in my launch file
I can see the frame published using $rosrun tf view_frames. Also by running $rostopic echo /tf
But when I run RViz, base_footprint doesn't show up in the tree. It does show up in the list of frames, but the parent frame field is blank, and position is 0 0 0.
Any help is appreciated. Thanks.
Asked by ankur on 2017-01-19 13:14:25 UTC
Comments