Replies: 2 comments
-
This was fixed some time ago but we forgot to update here. |
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
There might be a bug with visibility toggle for point clouds. When I hide and unhide the topic, the points no longer show up. This is different behavior than SceneUpdate where toggling visible / invisible works fine without needing to republish the topic.
What is interesting is that if you keep the topic view open for the point cloud topic, this behavior gets fixed. Possible lifecycle management issue? I attached a video of this behavior as well.
Steps To Reproduce
We have our own visualization wrapper so the code is not for foxglove API directly. However, here's the point cloud I constructed:
2024-02-27.12-31-11.mp4
2024-02-27.12-31-39.mp4
This is how we send the point cloud over websocket:
Expected Behavior
Point cloud should show up after toggling visibility.
Beta Was this translation helpful? Give feedback.
All reactions