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

Heuristics fails to account for 2D primitive when (spurious) transforms exists #4096

Closed
abey79 opened this issue Oct 31, 2023 · 1 comment
Closed
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working

Comments

@abey79
Copy link
Member

abey79 commented Oct 31, 2023

Consider this code:

import rerun as rr

rr.init("test_heuristics")
rr.connect()

rr.log("transform", rr.Transform3D(translation=[0, 0, 0]))
rr.log("point", rr.Points2D([0, 0]))
rr.log("box", rr.Boxes2D(centers=[0, 0], half_sizes=[0.5, 0.5]))

The expected behaviour is that the default view should somehow display the 2D objects somewhere. The actual behaviour is just a 3D view with only the transform—the 2D primitives are not accounted at all.

image
@abey79 abey79 added 🪳 bug Something isn't working 😤 annoying Something in the UI / SDK is annoying to use labels Oct 31, 2023
@abey79
Copy link
Member Author

abey79 commented Oct 21, 2024

No longer reproduces as of 0.19:
image

The transform does trigger a 3D view, but that's arguably the correct thing to be doing.

@abey79 abey79 closed this as completed Oct 21, 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
Projects
None yet
Development

No branches or pull requests

1 participant