Replies: 2 comments 1 reply
-
Using the sample code from the blog post I'm seeing it work as expected: Could you share your mcap file here so we can reproduce the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm trying to overlay rgb colors on top of a point cloud by following this tutorial, but I'm unable to see the RGBA color mode in foxglove. I successfully managed to get the rgba fields in the point cloud as seen below, but I can't see the rgba mode. How can I access the rgba color mode?
Steps To Reproduce
Create a point cloud schema that has fields x, y, z (float32) and red, blue, green, alpha (uint8).
Expected Behavior
Get RGBA color-mode option in foxglove.
Beta Was this translation helpful? Give feedback.
All reactions