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
setJointMotorControl2is defined. I seesetJointMotorControlhere, but looking at python codesetJointMotorControl2seems to have more args thansetJointMotorControlso I'm assuming it's a different method. For instance in robot_bases.py:However
setJointMotorControlusesb3RobotSimulatorJointMotorArgswhich do not containpositionGain,velocityGainorforcefields. If someone could explain to me the different between the two methods or point me towards the implementation ofsetJointMotorControl2that would be appreciated as I can't seem to find it in this repo.Beta Was this translation helpful? Give feedback.
All reactions