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

Investigate using pybind11 return value policies #75

Open
trym-b opened this issue Jun 25, 2020 · 0 comments
Open

Investigate using pybind11 return value policies #75

trym-b opened this issue Jun 25, 2020 · 0 comments

Comments

@trym-b
Copy link
Contributor

trym-b commented Jun 25, 2020

It is my hope that we can use pybind11's return value policy to remove the need of having cameras/point clouds/application as releasable objects. Specifically: return_value_policy::take_ownership, which gives the python code ownership of the instance in question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant