robotology / whole-body-estimators

YARP devices that implement estimators for humanoid robots.
27 stars 12 forks source link

wholeBodyDynamics: Add a parameter to set the periodicity of the thread instead of hardcoding it to 10 milliseconds #128

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

(This is done by calling RateThead::setRate or PeriodicThread::setPeriod).

traversaro commented 2 years ago

See for example https://github.com/robotology/whole-body-estimators/blob/353985f3997e89dbc6744105077765457e2e0227/devices/baseEstimatorV1/src/fbeRobotInterface.cpp#L137 .