yaw rate

Discussion in 'Plugins' started by Theodosis Georgiou, Feb 19, 2013.

  1. Theodosis Georgiou

    Theodosis Georgiou Registered

    Joined:
    Jan 31, 2013
    Messages:
    18
    Likes Received:
    0
    how can I calculate the yaw rate from the telemetry data?
     
  2. TechAde

    TechAde Registered

    Joined:
    Oct 13, 2010
    Messages:
    606
    Likes Received:
    38
    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
     

Share This Page