didReceiveOrientation abstract method

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

Implementation

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