Open sergorl opened 4 years ago
I did rosbag play -l some.bag and rostopic echo /left/rslidar_packets showed some data.
rosbag play -l some.bag
rostopic echo /left/rslidar_packets
But when I launched rviz, it showed NO TF Data.
rviz
NO TF Data
Also rosrun tf view_frames gives: no tf data recieved
rosrun tf view_frames
no tf data recieved
I use ROS-noetic and ubuntu 20.04.
How can I fix it?
We have not tested code on Noetic yet~~
Did you change fixed frame to rslidar like this?
rslidar
i have the same problem. I have changed the fixed frame to rslidar but still the same.
I did
rosbag play -l some.bag
androstopic echo /left/rslidar_packets
showed some data.But when I launched
rviz
, it showedNO TF Data
.Also
rosrun tf view_frames
gives:no tf data recieved
I use ROS-noetic and ubuntu 20.04.
How can I fix it?