You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: