Hi all,
I was looking at using this library for visualizing some robots with a ros2 backend. I have gotten things to the point on the backend ros2 sever that the robot displays correctly in rviz2, but the robot does not display with the ros3djs visualizer. I looked into the connections that the ros2_web_bridge node has, and found that it does not subscribe to the /tf or /tf_static, despite setting up a TFClient (roslibjs). Is this something that I am doing incorrectly here, or is this not an intended behavior to have the subscriptions created?
Let me know if you need any relevant code and I will be happy to provide it.
Thanks!