holoscan::is_pose_almost_identity

Beta
View as Markdown
template <typename K>
bool holoscan::is_pose_almost_identity(
const Pose2<K> &pose
)

Check if given pose is almost identity.

Returns: True if the pose is very close to the identity transformation.

Template parameters

K
typename

Scalar type.

Parameters

pose
const Pose2<K> &

Pose to check.