q property

  1. @ImcField('Variance - Gyro. Pitch Rate', 'q', ImcType.typeFp32, units: 'rad/s')
double q

The angular velocity variance over body-fixed yy axis (pitch).

Implementation

@ImcField('Variance - Gyro. Pitch Rate', 'q', ImcType.typeFp32,
    units: 'rad/s')
double get q;