ros-bridge icon indicating copy to clipboard operation
ros-bridge copied to clipboard

/tf_static not published

Open alex75016 opened this issue 4 years ago • 2 comments

Hello, I'm currently using Carla and carla-ros-bridge to test a SLAM algorithm (Cartographer). To do so, I record a bagfile containing the lidar, imu and tf messages. The problem is that I need to record the /tf_static which appear on the rostopic list when Carla and carla_ego_vehicle are active, but when I do rostopic info /tf_static, it shows that there is no publisher of /tf_static and only a subscriber to it. I was then wondering if it is normal and if not, is there a way to get /tf_static published ?

Thank you

alex75016 avatar Jul 24 '20 15:07 alex75016

What transforms are you expecting?

fpasch avatar Jul 27 '20 06:07 fpasch

What transforms are you expecting?

I'm expecting the transforms between the lidar frame and the vehicle frame, and also between the IMU frame and the vehicle frame.

alex75016 avatar Jul 27 '20 15:07 alex75016