rot_deriv
rot_deriv(angle, axis, dAngle, dAxis):
Gives a rotational derivative w/r/t some unspecified coordinate (you have to supply the chain rule terms)
angle:floatangle for rotation
axis:np.ndarrayaxis for rotation
dAngle:floatchain rule angle deriv.
dAxis:np.ndarraychain rule axis deriv.
:returns:np.ndarrayderivatives of the rotation matrices with respect to both the angle and the axis
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings