Closed xEnVrE closed 1 year ago
cc @traversaro
I think it is an error, feel free to open a PR to fix it, I will do it once I am in front of the laptop. fyi @Nicogene
It seems the source of the error is here:
Nice catch! Yes my bad, I probably copy-pasted from icub 3
According to the official documentation, the correct order of the torso joints for the
iCub 2.x
should be:i.e.,
torso_yaw
,torso_roll
and thentorso_pitch
.icub-models v1.26.0
enforces the correct order:https://github.com/robotology/icub-models/blob/6e3a79d8520d74e549716e66f2f549e9e2cf3817/iCub/conf/gazebo_icub_torso.ini#L27
However, in the latest devel,
torso_roll
andtorso_pitch
are swapped:https://github.com/robotology/icub-models/blob/f90f0d60c1e461133bfa2638fa689de1635daec8/iCub/conf/gazebo_icub_torso.ini#L3
This is breaking all the software making use of forward kinematics routines.
Is this intended or is it just an error?