ax property

  1. @ImcField('Desired Linear Acceleration in xx', 'ax', ImcType.typeFp64, units: 'm/s/s')
double ax

Desired acceleration along NED x axis.

Implementation

@ImcField('Desired Linear Acceleration in xx', 'ax', ImcType.typeFp64,
    units: 'm/s/s')
double get ax;