Open LouKordos opened 3 years ago
The controller logs show an average loop time of ~1020µS for every impedance control thread,which is slightly above the limit for the desired 1kHz frequency.
To make sure it's not being artificially limited, comment out nanosleep in biped plugin and look at iteration times.
nanosleep
To test this, solve #56.
The controller logs show an average loop time of ~1020µS for every impedance control thread,which is slightly above the limit for the desired 1kHz frequency.