pitch property

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

The theta Euler angle in which the vehicle should set its attitude. Use '-1' for this field to be disconcerted. Otherwise the value spans from 0 to 2 Pi.

Implementation

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