-
We're trying to create a simple snake-like creature for reinforcement learning purposes using createMultiBody. This works fine when using: However, when we try to run the environment in direct mode, getNumJoints always returns 0. Is there something obvious we could be missing? I would be happy to provide our code, however, as I am uncertain where the issue lies I''l attach only the snake creation for now: ``
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turned out that useMaximalCoordinates=True was the issue. |
Beta Was this translation helpful? Give feedback.
Turned out that useMaximalCoordinates=True was the issue.