We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transform3D
log_transform
log_any(rr.Transform3D)
test_api
log_any
Keep track of progress in:
The text was updated successfully, but these errors were encountered:
Only thing left to do here is to update test_api, I'll do a PR in a moment.
Sorry, something went wrong.
Update python's test_api to use new Transform3D APIs (#2770)
ccd0481
This PR updates `test_api` to use the new `Transform3D` APIs, like we did for `Points2D`. Since the viewer hasn't yet been updated to the new transform types, and the two aren't binary compatible, you won't see the result in the viewer; but one can dump the datastore state to see that it indeed works: ``` $ python tests/python/test_api/main.py --test transform_test ``` ![image](https://github.com/rerun-io/rerun/assets/2910679/83c3a080-5451-418c-880d-fe55761f7bf7) ``` $ python tests/python/test_api/main.py --experimental-api --test transform_test ``` ![image](https://github.com/rerun-io/rerun/assets/2910679/4426d284-9aff-43d8-b6da-c01fa59434d4) Closes #2643 ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2770) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2770) - [Docs preview](https://rerun.io/preview/pr%3Acmc%2Ffinish_transform_py/docs) - [Examples preview](https://rerun.io/preview/pr%3Acmc%2Ffinish_transform_py/examples)
teh-cmc
jleibs
abey79
Successfully merging a pull request may close this issue.
log_transform
still workslog_any(rr.Transform3D)
works as welltest_api
has been updated to make use of bothlog_transform
andlog_any
based on a flagKeep track of progress in:
The text was updated successfully, but these errors were encountered: