getClosestPoints suddenly failed with MultiBody #4227
Unanswered
a240160572
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
-
Hey I have created a cubic box via
createMultiBody
and usegetClosestPoints
to detect the position of another object in the defined cubic space.The code works well before but today it returns the closest point between the test object and the last plane I defined for the cubic only.
Does anyone know what could be the problem? Thanks
The result from
getCollisionShapeData
:There are three planes with strange object id. The multibody construction code works well in my test file:
Beta Was this translation helpful? Give feedback.
All reactions