Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Viewer is querying the wrong data #4550

Closed
teh-cmc opened this issue Dec 15, 2023 · 1 comment
Closed

The Viewer is querying the wrong data #4550

teh-cmc opened this issue Dec 15, 2023 · 1 comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Milestone

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Dec 15, 2023

Log this:

import rerun as rr

rr.init("rerun_example_points3d_simple", spawn=True)

rr.set_time_sequence("aaa", 1)
rr.log("my/points1", rr.Points3D([[0, 0, 0], [1, 1, 1]]))

rr.set_time_sequence("bbb", 1)
rr.log("my/points1", rr.Points3D([[0, 0, 0], [1, 1, 1]], colors=0xffff00ff))

Then look at timeline aaa:
image

Why are my points using the color from timeline bbb?!

@teh-cmc teh-cmc added 🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself labels Dec 15, 2023
@teh-cmc teh-cmc added this to the 0.12 milestone Dec 15, 2023
@teh-cmc
Copy link
Member Author

teh-cmc commented Dec 15, 2023

Yes, I'm losing it. aaa is still active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

No branches or pull requests

1 participant