yaw rate

The TelemInfoV01 struct contains the vehicle rotation in:

TelemVect3 mLocalRot; // rotation (radians/sec) in local vehicle coordinates

+x = pitch up
+y = yaw right
+z = roll right
 
Back
Top