didReceivePastOrientation abstract method

void didReceivePastOrientation(
  1. Aidlab aidlab,
  2. int timestamp,
  3. double roll,
  4. double pitch,
  5. double yaw,
)

Implementation

void didReceivePastOrientation(
    Aidlab aidlab, int timestamp, double roll, double pitch, double yaw);