unable to get rotation method in TriangleMesh frame object and pass bool value to "center" in rotate() #5069
Unanswered
ArchakGoel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have open3d version 0.15.2 setup in my conda environment. I am having difficulty in implementing what is mentioned in the documentation about rotation method with center as False
For example:
Its not allowing me to pass a boolean value to the
center
. When I do I get a python error that center only takes numpy array type input.When I check the definition of rotate method in the library, it does not show "center" as a boolean option either. This is the description I have in the open3d/cuda/pybind/t/geometry.py for
def rotate
Is this a library bug or I need to try something else?
Beta Was this translation helpful? Give feedback.
All reactions