No transforms with Foxglove > 1.84.0 in live mode #965
Replies: 3 comments
-
@haudren-woven is this still an issue for you? I have just tested this with the latest version and the transforms appear as expected: Maybe this is an issue with your layout? Could you try resetting your 3D panel and see if that works? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing for inactivity waiting for response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am trying to visualize the status of a live robot that runs ROS2 using the foxglove bridge. Unfortunately, when I connect to it using the latest Foxglove, my 3D panel does not show any of the usual axes that denote a transform. I tested using Foxglove 1.87.0 , and the bug appears, but in 1.84.0 the transforms appear just fine. I have also tested using the APT released
foxglove-bridge
and building it from source, with the same results.ros-humble-foxglove-bridge
Steps To Reproduce
sudo apt install ros-humble-foxglove-bridge ros-humble-turtle-tf2-py
ros2 launch turtle_tf2_py turtle_tf2_demo.launch.py
ros2 run foxglove_bridge foxglove_bridge
ws://localhost:8765
Expected Behavior
I expect to see the frames displayed in my 3D panel, like so:
But what I get on 1.87.0 is just an empty screen:
If I open an individual transform, I can see it being updated (age is consistently under 15ms), but no way to display them?
Beta Was this translation helpful? Give feedback.
All reactions