orientation property

MavSensorOrientation orientation
final

Direction the sensor faces. downward-facing: ROTATION_PITCH_270, upward-facing: ROTATION_PITCH_90, backward-facing: ROTATION_PITCH_180, forward-facing: ROTATION_NONE, left-facing: ROTATION_YAW_90, right-facing: ROTATION_YAW_270

MAVLink type: uint8_t

enum: MavSensorOrientation

orientation

Implementation

final MavSensorOrientation orientation;