z property

int16_t z
final

Z-axis, normalized to the range -1000,1000. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to a separate slider movement with maximum being 1000 and minimum being -1000 on a joystick and the thrust of a vehicle. Positive values are positive thrust, negative values are negative thrust.

MAVLink type: int16_t

z

Implementation

final int16_t z;