upkie 9.0.0
Open-source wheeled biped robots
|
Convert between various rotation representations. More...
Functions | |
np.ndarray | rotation_matrix_from_quaternion (Tuple[float, float, float, float] quat) |
Convert a unit quaternion to the matrix representing the same rotation. More... | |
np.ndarray | quaternion_from_rotation_matrix (np.ndarray rotation_matrix) |
Convert a rotation matrix to a unit quaternion for the same rotation. More... | |
Convert between various rotation representations.