What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Template Function holoscan::interpolate(K, const Pose2&, const Pose2&)

template<typename K>
Pose2<K> holoscan::interpolate(K p, const Pose2<K> &a, const Pose2<K> &b)

Interpolate between two 2D poses using independent interpolation.

This uses “independent” interpolation of translation and rotation. This is only one of multiple ways to interpolate between two rigid body poses.

Template Parameters

K – Scalar type.

Parameters
  • p – Interpolation parameter (0.0 returns a, 1.0 returns b).

  • a – First pose.

  • b – Second pose.

Returns

Interpolated pose.

Previous Template Function holoscan::interpolate(K, const SO3<K>&, const SO3<K>&)
Next Template Function holoscan::interpolate(K, const Pose3<K>&, const Pose3<K>&)
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.