Rotation_Matrix_Exp​_Log

Matrix Exponential and Log for Rotation Matrix

Ahora está siguiendo esta publicación

Solve SO3 to so3 and so3 to SO3.
There is build-in function expm and logm, but they both do not support vectorize calculation.
My function will increase calculation speed.
Also, logm can not deal with theta = -pi or pi.
Detail see examples: demo_ExpRot_ExpRotInv.mlx
Core Function:
% so3 to SO3
R = ExpRot2(xi);
% SO3 to so3
xi = ExpRotInv(R);
[w,theta] = ExpRotInv(R);

Citar como

HS Ding (2026). Rotation_Matrix_Exp_Log (https://la.mathworks.com/matlabcentral/fileexchange/166986-rotation_matrix_exp_log), MATLAB Central File Exchange. Recuperado .

Etiquetas

Añadir etiquetas

Add the first tag.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0