function s = display_rot_aa(R) [v,theta] = rot_matrix_to_axis_angle(R); s = sprintf('{ [%+1.3f, %+1.3f, %+1.3f], %2.3f}',v(1),v(2),v(3),theta);