Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 250 Bytes

euler_quaternions.md

File metadata and controls

12 lines (7 loc) · 250 Bytes
def rotation_matrix_from_roll_pitch_yaw(roll, pitch, yaw)

def get_quaternion_from_euler(roll, pitch, yaw)

def quaternion_to_rotation_matrix(q)

def rotation_matrix_to_quaternion(rotation_matrix)

code