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
6.4k stars 312 forks source link

Complex content expressions don't parse in dataframe API #7740

Open jleibs opened 1 day ago

jleibs commented 1 day ago

Example:

view = recording.view(index="timestamp",
                      contents={"/** -/map/ego_vehicle/ego_vehicle/**": ["Scalar", "RotationQuat", "Translation3D"]})
jleibs commented 19 hours ago

This is annoying... we've NEVER supported " " as content sub-expression separator. The two forms we currently support are:

list-elements: used in Blueprint content expression API + SpaceViewContents query component.

["/**", "-/map/ego_vehicle/ego_vehicle/**"]

New-line separted: used in selection panel

/**
-/map/ego_vehicle/ego_vehicle/**