View source: R/compute_joint_angle.R
compute_joint_angles | R Documentation |
This function computes Euler angles from a series of 3x3 rotation matrices.
compute_joint_angles(rotation_frames)
rotation_frames |
A 3-dimensional array of size 3x3xN, where each 3x3 slice represents a rotation matrix. |
A matrix of size N x 3, where each row contains the Euler angles (in degrees) corresponding to a 3x3 rotation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.