What is good PD parameters for Bolt?

@majid_khadiv

Hi Majid
I currently watch the expirment video you did on Bolt for thousand times.
The video is :a set of new tests on Bolt

It is really impressive that all joints of Bolt seems stiff enough to support dynamic walking,and not shocking.

I am currently trying to do the sim2real job on Bolt,but the joints are not stiff enough and may shock if increase the PD parameters.

Would you mind sharing the PD parameters using in the expirement,this can help me a lot.

BTW,do you do any filtering for joint velocity?Like low-pass filter etc…

Thanks very much!

Hi,

You can find simulation PD gains here. On real robot we used a fraction of P =[40.0, 40.0, 97.0], D = [0.26, 0.23, 0.16]. It is important to know, these parameters are tuned for our robot and reactive_planners code. I don’t think that these gains work for any algorithm.

Best,
Elham

1 Like

Thank you very much. I will give it a shot later.
BTW,when i tune the PD parameters,joints may shock because of bad parameters,this quiet often cause encoder error.Have you met this problem?