pitch property

  1. @ImcField('Pitch', 'pitch', ImcType.typeFp64, units: 'rad')
double pitch

The theta Euler angle from the vehicle's attitude.

Implementation

@ImcField('Pitch', 'pitch', ImcType.typeFp64, units: 'rad')
double get pitch;