Problem 44828. Pose interpolation in 2D

Consider two poses represented by homogeneous transformation matrices: T1 and T2. Write an algorithm to interpolate between these poses according to 0 <= s <= 1. When s=0 the algorithm should return T1 and when s =1 it should return T2 . For intermediate values of s it should return a proper homogeneous transformation matrix. Orientation angle should increase in a positive (counter clockwise) direction.

Solution Stats

22.52% Correct | 77.48% Incorrect
Last Solution submitted on Feb 02, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers24

Suggested Problems

More from this Author16

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!