Holoscan SDK v4.2.0

Template Function holoscan::pose2_exp

template<typename K>
Pose2<K> holoscan::pose2_exp(const Vector3<K> &tangent)

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.

Template Parameters

K – Scalar type.

Parameters

tangent – Tangent space vector (tx, ty, angle).

Returns

Pose on the SE(2) manifold.

Previous Function holoscan::parse_native_buffer_policy
Next Template Function holoscan::pose2_log
© Copyright 2022-2026, NVIDIA. Last updated on May 29, 2026