robotology / icub-models-generator

Resources and programs to generated models (URDF, SDF) of the iCub robot
14 stars 23 forks source link

Fix rfe imu frame orientation #258

Closed Nicogene closed 9 months ago

Nicogene commented 9 months ago

As explained here:

The error was due to the fact that we used the wrong sequence (XYZ) for converting the rotation matrix to euler angles

cc @pattacini

traversaro commented 9 months ago

Thanks!