You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
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.
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_bridgenode has, and found that it does not subscribe to the/tfor/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!