DeepMimic icon indicating copy to clipboard operation
DeepMimic copied to clipboard

is there any doc or paper that introduce the function of cImpPDController::CalcControlForces()?

Open Steven89Liu opened this issue 5 years ago • 3 comments

i don't understand the function of cImpPDController::CalcControlForces(), any idears is appreciated. thanks.

Steven89Liu avatar Jul 22 '19 07:07 Steven89Liu

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.

Zju-George avatar Jul 30 '19 06:07 Zju-George

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.

xbpeng avatar Jul 31 '19 23:07 xbpeng

thanks both of you.

Steven89Liu avatar Aug 06 '19 02:08 Steven89Liu