I have to define a continuous function $g: [0, 1] \rightarrow \mathrm{SO}(3)$ such that $g(0) = I$ and $g(1) = R$ (a given rotation).
I know we can do this kind of interpolation using quaternions and slerp. But, the question says think along the lines of angle-axis parameterization. Any hints regarding how to interpolate between two rotations in $\mathrm{SO}(3)$ using angle-axis parameterization. Moreover, the function $g$ should give $R \in \mathrm{SO}(3)$. Thanks for the help!
Hint: Any element in SO(3) is a rotation around an axis.