upkie 9.0.0
Open-source wheeled biped robots
Loading...
Searching...
No Matches
upkie.utils.rotations Namespace Reference

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...
 

Detailed Description

Convert between various rotation representations.