cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.03k stars 412 forks source link

3D panel can't receive static_tf #669

Open chenjunnn opened 3 years ago

chenjunnn commented 3 years ago

The newest version has this problem while the previous one does not.

newest : image

previous : image

stidk commented 2 years ago

I meet the same problem.

jtbandes commented 2 years ago

Can you provide an example bag that exhibits the problem?

chenjunnn commented 2 years ago

I'm using the websocket connection, and my static tf is as follows <node pkg="tf" type="static_transform_publisher" name="vision_to_base_link" args="0 0 0 0 0 0 /base_link /map 1000" />