Say I have a gyro that outputs degrees/second, and I take the euclidean magnitude of the x,y, and z rotations:
$$ \text{magnitude} = \sqrt{x^2 + y^2 + z^2} $$
Is this actually useful? Is magnitude now "total degrees/second"? Or does the weirdness surrounding non-commutative addition of rotations come into play?