The IMU Rotation Matrix Creation is a library that helps align your sensor with the inertial reference frame to interpret the data accurately. This library provides rotation matrices, which are ...
Following the formula in the article to convert from matrix 3x3 to 6d we want the first two columns. The function code takes the first 2 rows, which does not allow a reverse transformation. Below is ...