Replies: 1 comment 1 reply
-
Hi sash-a, I got the same question. And do you know how exactly setJointMotorControl2 works for POSITION_CONTROL? I hope to find out how they get the desired PD control values. |
Beta Was this translation helpful? Give feedback.
1 reply
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 there, I'm currently trying to extend a bullet API for julia and I can't seem to find where
setJointMotorControl2
is defined. I seesetJointMotorControl
here, but looking at python codesetJointMotorControl2
seems to have more args thansetJointMotorControl
so I'm assuming it's a different method. For instance in robot_bases.py:However
setJointMotorControl
usesb3RobotSimulatorJointMotorArgs
which do not containpositionGain
,velocityGain
orforce
fields. If someone could explain to me the different between the two methods or point me towards the implementation ofsetJointMotorControl2
that would be appreciated as I can't seem to find it in this repo.Beta Was this translation helpful? Give feedback.
All reactions