Uint8Array of enums does not display enum name in State Transition Panel #978
Replies: 2 comments
-
Please provide a sample mcap file to show the problem. The mcap file is necessary so we can see what format you are using for message data and how enums are specified. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing since we've not gotten a sample file to investigate. Happy to revisit if a sample is provided (you know where to find us :D) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a message with enum types that are backed by
uint8
s and that enum is in a vector then I can't plot/channel.enum_vector[0]
in the State Transition panel and have it give me the enum name; instead it gives me the numeric value of the enum. It does display correctly in the Raw Message panel.Beta Was this translation helpful? Give feedback.
All reactions