didReceivePastGyroscope abstract method

void didReceivePastGyroscope(
  1. Aidlab aidlab,
  2. int timestamp,
  3. double qx,
  4. double qy,
  5. double qz,
)

Implementation

void didReceivePastGyroscope(
    Aidlab aidlab, int timestamp, double qx, double qy, double qz);