Replies: 1 comment
|
force = kp * (target_pos - q) + kd * (target_vel - qd)For So if you want ordinary position servo behavior with damping, |
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.
I understand the type
POSITIONas a closed-loop control on position andVELOCITYas a closed-loop control on velocity. But what is aPOSITION_VELOCITYcontrol?All reactions