jaxtransform3d.rotations.left_jacobian_SO3_series#
- jaxtransform3d.rotations.left_jacobian_SO3_series(axis_angle: Array) Array [source]#
Left Jacobian of SO(3) at theta from Taylor series with 10 terms.
- Parameters:
- axis_anglearray-like, shape (…, 3)
Compact axis-angle representation.
- Returns:
- Jarray, shape (…, 3, 3)
Left Jacobian of SO(3).
See also
left_jacobian_SO3
Left Jacobian of SO(3) at theta (angle of rotation).