sym.ops.pose3.group_ops module¶
- class GroupOps[source]¶
Bases:
objectPython GroupOps implementation for
symforce.geo.pose3.Pose3.- static inverse_with_jacobian(a)[source]¶
- Parameters:
a (sym.Pose3) –
- Return type:
tuple[sym.Pose3, numpy.ndarray]
- static compose_with_jacobians(a, b)[source]¶
- Parameters:
a (sym.Pose3) –
b (sym.Pose3) –
- Return type:
tuple[sym.Pose3, numpy.ndarray, numpy.ndarray]
- static between_with_jacobians(a, b)[source]¶
- Parameters:
a (sym.Pose3) –
b (sym.Pose3) –
- Return type:
tuple[sym.Pose3, numpy.ndarray, numpy.ndarray]