Interpolate_Homogen​eous_Transformation

Version 1.0.0 (707 KB) by HS Ding
Interpolate Homogeneous Transformation Matrix
5 Downloads
Updated 7 Jun 2024

View License

Interpolation Homogeneous Transformation Matrix in SE3 (linear path) and se3 (screw motion).
Core Function:
% T0,T1: Initial, Goal
% s_path: steps, from 0 to 1, percentage of the path
% type: linear or screw motion
T_path = interpSE3(T0,T1,s_path,'linear');
T_path = interpSE3(T0,T1,s_path,'screw');
This function avoid any loop, so it is very fast to deal with large number of points.
Detail see demo_Interpolate_SE3.mlx

Cite As

HS Ding (2024). Interpolate_Homogeneous_Transformation (https://www.mathworks.com/matlabcentral/fileexchange/167656-interpolate_homogeneous_transformation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0