Add mju_mat2Rot.
This function extracts the 3D rotation from an arbitrary 3x3 matrix by refining the input quaternion. It is based on the paper "A robust method to extract the rotational part of deformations" by Müller, Matthias, Jan Bender, Nuttapong Chentanez, and Miles Macklin. PiperOrigin-RevId: 700006006 Change-Id: I77550993233dea9cdf68601762a3ae7ded749bdf
This commit is contained in:
committed by
Copybara-Service
parent
e9a2f055f0
commit
7e46e21ef3
@@ -3555,6 +3555,16 @@ Integrate quaternion given 3D angular velocity.
|
||||
|
||||
Construct quaternion performing rotation from z-axis to given vector.
|
||||
|
||||
.. _mju_mat2Rot:
|
||||
|
||||
`mju_mat2Rot <#mju_mat2Rot>`__
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. mujoco-include:: mju_mat2Rot
|
||||
|
||||
extract 3D rotation from an arbitrary 3x3 matrix by refining the input quaternion
|
||||
returns the number of iterations required to converge
|
||||
|
||||
.. _mju_euler2Quat:
|
||||
|
||||
`mju_euler2Quat <#mju_euler2Quat>`__
|
||||
|
||||
Reference in New Issue
Block a user