[ Maverik Level 1 functions ]


mav_matrixRPYGet

Summary

Query rotation terms of matrix.


Syntax

void mav_matrixRPYGet(MAV_matrix m, float *r, float *p, float *y);


Description

This function returns in r, p and y, the roll, pitch and yaw specifed by the rotation elements of matrix m.


Back to the index page.