Closed valentino-razza closed 2 years ago
It seems that the parser of the URDF file is dependent on the order of joints definition.
In particular, the joints in the URDF file should appear in order such that the parent link was a child link for a joint before.
parent link
child link
In case of bad joint order, the initialization fails since the library is not able to compute the rotation matrix
It seems that the parser of the URDF file is dependent on the order of joints definition.
In particular, the joints in the URDF file should appear in order such that the
parent link
was achild link
for a joint before.In case of bad joint order, the initialization fails since the library is not able to compute the rotation matrix