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

New partial updates logging APIs: Python #8582

Open
teh-cmc opened this issue Jan 6, 2025 · 0 comments
Open

New partial updates logging APIs: Python #8582

teh-cmc opened this issue Jan 6, 2025 · 0 comments
Labels
enhancement New feature or request 🐍 Python API Python logging API

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Jan 6, 2025

Something like this:

rr.set_time_sequence("frame", 42)
rr.log("points", rr.Points3D([[0, 0, 0], [1, 1, 1]], colors=[255, 0, 0]))

rr.set_time_sequence("frame", 43)
rr.log("points", [rr.Points3D.components(colors=[0, 0, 255])]) # gets properly tagged
@teh-cmc teh-cmc added enhancement New feature or request 🐍 Python API Python logging API labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🐍 Python API Python logging API
Projects
None yet
Development

No branches or pull requests

1 participant