roll property

  1. @ImcField('Roll', 'roll', ImcType.typeFp64, units: 'rad')
double roll

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

Implementation

@ImcField('Roll', 'roll', ImcType.typeFp64, units: 'rad')
double get roll;