Replies: 2 comments
-
It is not on purpose. The code is not used, right? Since by default we use stable PD control (setJointMotors is not called). |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, thanks for the clarification. Is a refactoring of code happening in future releases? Or would a pull request with a refactoring be accepted? I see a lot of development code that could potentially be removed, making the whole flow more readable. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I noticed that in humanoid_stable_pd.py there is a call to
pybullet.setJointMotorControlMultiDof
for basically every joint, except for the right shoulder.Is this on purpose? Why is it the only one left out?
Beta Was this translation helpful? Give feedback.
All reactions