KUKA XYZ-ABC format¶
KUKA robots use the so called XYZ-ABC format. is the position in millimeters. are angles in degrees, with rotating around axis, rotating around axis and rotating around axis. The rotation convention is -- (i.e. --) and computed by .
Conversion from KUKA-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 KUKA-ABC¶
The conversion from a quaternion with to the angles in degrees can be done as follows.