holoscan::pose2_exp
holoscan::pose2_exp
Exponential map from three-dimensional tangent space to SE(2) manifold space.
For SE(2) this function encodes the tangent space as a three-dimensional vector (tx, ty, a) where (tx, ty) is the translation component and a is the angle.
Returns: Pose on the SE(2) manifold.
Template parameters
K
Scalar type.
Parameters
tangent
Tangent space vector (tx, ty, angle).