Instantiating a freejoint #2041
-
Hey there, I would like to create dynamic objects in the mujoco xml file:
However, this gives me the following error while reading the XML: ValueError: Error: key 0: invalid qpos size, expected length 16 |
Beta Was this translation helpful? Give feedback.
Answered by
yuvaltassa
Sep 4, 2024
Replies: 1 comment 1 reply
-
Is the error not clear? you model has a keyframe that is of the wrong size. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abhijeetknayak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the error not clear? you model has a keyframe that is of the wrong size.
I guess we should replace "key" with "keyframe" to make this clearer