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

Python <-> Rust bridge fixes #42

Merged
merged 3 commits into from
Aug 19, 2022
Merged

Python <-> Rust bridge fixes #42

merged 3 commits into from
Aug 19, 2022

Conversation

nikolausWest
Copy link
Member

  • Fixes so that we can log point clouds without colors from the Python SDK
  • Fixes so that we copy numpy views before passing to Rust also for log_points (before it was just for log_tensor)

@nikolausWest nikolausWest requested a review from emilk August 19, 2022 15:08
@nikolausWest nikolausWest changed the title Python rust bridge fixes Python <-> Rust bridge fixes Aug 19, 2022
@emilk emilk merged commit ac5f348 into main Aug 19, 2022
@emilk emilk deleted the python-rust-bridge-fixes branch August 19, 2022 21:00
teh-cmc added a commit that referenced this pull request Sep 22, 2023
A trivial PR to enforce the formatting of TODOs.

This is groundwork for an upcoming PR that checks for zombie TODOs on CI
(TODOs that reference an issue that is already fixed).

TL;DR: these are legal, everything else is not (hopefully):
- `TODO(bob)`
- `TODO(bob, alice)`
- `TODO(#42)`
- `TODO(#42, #43)`
- `TODO(rust-lang/rust#42)`
- `TODO(rust-lang/rust#42, rust-lang/rust#43)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants