rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
5.23k stars 239 forks source link

`static` components doesn't roundtrip when saved to `.rrd` file #6094

Closed emilk closed 5 days ago

emilk commented 1 week ago

Repo: load "detect and track objects example", and looks at the streams view:

Screenshot 2024-04-24 at 11 42 25

Save it to disk, close rerun, and load the saved .rrd. Look again:

Screenshot 2024-04-24 at 11 43 11
teh-cmc commented 1 week ago

Oh I don't think we even have a roundtrip test for the save path on the viewer-side :facepalm: (as opposed to the save path on the SDK side).

teh-cmc commented 5 days ago

Oh I don't think we even have a roundtrip test for the save path on the viewer-side 🤦 (as opposed to the save path on the SDK side).

Nevermind, we have a pretty extensive test suite for this in fact... what's going on here :thinking:

teh-cmc commented 5 days ago

I actually cannot repro this. I tried:

emilk commented 5 days ago

Then let's close this