Mitsubishi XYZ-ABC format¶
The pose format that is used by Mitsubishi robots is the same as that for KUKA robots (see KUKA XYZ-ABC format), except that is a rotation around axis and is a rotation around axis. Thus, the rotation is computed by .
Conversion from Mitsubishi-ABC to quaternion¶
The conversion from the angles in degrees to a quaternion can be done by first converting all angles to radians
and then calculating the quaternion with
Conversion from quaternion to Mitsubishi-ABC¶
The conversion from a quaternion with to the angles in degrees can be done as follows.