Created mutlibody disappears upon simulation #3893
Unanswered
akhilsathuluri
asked this question in
Q&A
Replies: 1 comment
-
Perhaps the initial state is overlapping or the URDF is not valid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create a new instance of my robot which is loaded using
loadURDF
. The new instance is created usingcreateMultiBody
. UponstepSimulation
, the newly created multibody disappears and the query for it usingfindBasePositionAndOrientation
returns((nan, nan, nan), (nan, nan, nan, nan))
. However the initially loaded original model behaves as expected.Can someone please help me with whats going on here?
Beta Was this translation helpful? Give feedback.
All reactions