Replies: 1 comment 1 reply
-
Thanks for the request; it does make sense that this kind of information gets recorded in attachments. One general comment/advice I can give about workflows that de-couple this requirement. The decoupling becomes more useful as you scale up development and move data management thinking away from individual files towards data over time for various devices. This information does need to be fetched for the correct timespan and surfaced somehow for use in panels. I'm thinking we would leverage the existing asset interfaces we've started to test in some panels for getting at this information. What kind of sensors configuration is stored and how does it apply to the visualization data? Is this in a custom panel that you visualize this data or need this applied to visualize in the built-in 3d panel? |
Beta Was this translation helpful? Give feedback.
-
We store sensors configuration as a JSON file attachment in our MCAP files. That config is needed for correct visualization of various data, e.g. for transforming point clouds.
As a workaround, we have a button in the custom panel to open the same MCAP again (because there is no way to get the open MCAP filename from the panel context), but nothing prevents the user choosing a wrong file, so that solution is really suboptimal.
Beta Was this translation helpful? Give feedback.
All reactions