robotology / whole-body-estimators

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

Do not use imuFrameName when reading IMUs via MultipleAnalogSensor measurements #176

Open traversaro opened 4 months ago

traversaro commented 4 months ago

When reading data via the yarp::dev::IThreeAxisLinearAccelerometers and yarp::dev::IThreeAxisGyroscopes interfaces, we can directly use the getThreeAxisLinearAccelerometerFrameName and getThreeAxisGyroscopeFrameName methods to get the name of the frame in which sensors are expressed, we do not need anymore to manually mantain the imuFrameName parameter that is error prone (see https://github.com/icub-tech-iit/ergocub-software/issues/221#issuecomment-1942183776 and https://github.com/robotology/robots-configuration/pull/614).