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

Timeless entities are filtered out by visible time range in some cases #5447

Closed
abey79 opened this issue Mar 10, 2024 · 0 comments · Fixed by #5535
Closed

Timeless entities are filtered out by visible time range in some cases #5447

abey79 opened this issue Mar 10, 2024 · 0 comments · Fixed by #5535
Assignees
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working ui concerns graphical user interface

Comments

@abey79
Copy link
Member

abey79 commented Mar 10, 2024

Let's consider this example (one timeless box and a moving point:

import rerun as rr

rr.init("rerun_example_timeless_vh")
rr.connect()

for i in range(10):
    rr.set_time_seconds("time", i)
    rr.log("points", rr.Points3D([[i/10, i/10, i/10]]))

rr.log("box", rr.Boxes3D(centers=[0, 0, 0], half_sizes=[1, 1, 1]), timeless=True)

With a starting bound of "beginning of timelines" for VH, the box is visible:

image

With a starting bound of "current - Xs", the box is not visible...

image

...unless X=0:

image
@abey79 abey79 added 🪳 bug Something isn't working ui concerns graphical user interface 😤 annoying Something in the UI / SDK is annoying to use labels Mar 10, 2024
@abey79 abey79 added this to the 0.15 milestone Mar 10, 2024
@teh-cmc teh-cmc self-assigned this Mar 11, 2024
@teh-cmc teh-cmc removed this from the 0.15 milestone Mar 15, 2024
@teh-cmc teh-cmc linked a pull request Mar 18, 2024 that will close this issue
5 tasks
@teh-cmc teh-cmc closed this as completed in 08109da Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants