You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). Interpolate_Homogeneous_Transformation (https://uk.mathworks.com/matlabcentral/fileexchange/167656-interpolate_homogeneous_transformation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (707 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
