robotology / whole-body-estimators

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

Cleanup YARP deprecations #150

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

The deprecated YARP method asDouble is still used in the whole-body-estimators, see for example https://github.com/robotology/whole-body-estimators/blob/353985f3997e89dbc6744105077765457e2e0227/devices/baseEstimatorV1/src/configureEstimator.cpp#L35. The code will break once https://github.com/robotology/yarp/pull/2833 will be merged.