Open Steven89Liu opened 5 years ago
I think it is related to PD controller, but I don't know the detail yet, maybe you can read the paper and share with us.
It is implementing a semi-implicit pd controller from this paper: https://www.cc.gatech.edu/~turk/my_papers/stable_pd.pdf It is a lot more stable than a regular explicit pd controller. Though the code can be a bit hairy.
thanks both of you.
i don't understand the function of cImpPDController::CalcControlForces(), any idears is appreciated. thanks.