Relative Pose Exploration

January 25, 2026
robotics,graphics

I was debugging rotation between two poses yesterday and realized that if you rotate 180 degrees around x axis, and then rotate around the z axis between 0 - 180, the z angle for axis-angle relative rotation will stay zero, while the x and y angle will fluctuate. This shows again how tricky rotation is, and especially how hard it is to properly extrapolate/partition the rotation space.

Here, I used claude to help visualize the change of quat/axis angle while we rotate the poses using euler.

(click here to go to page.)