public class

DJIGimbalAttitude

extends Object
java.lang.Object
   ↳ dji.common.gimbal.DJIGimbalAttitude

Class Overview

Created by Robert.Liu on 6/2/16. The gimbal's attitude in degrees relative to the aircraft.

Summary

Fields
public float pitch Pitch value.
public float roll Roll value.
public float yaw Yaw value.
Public Constructors
DJIGimbalAttitude(float pitch, float roll, float yaw)
Constructor for DJIGimbalAttitude.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public float pitch

Pitch value.

public float roll

Roll value.

public float yaw

Yaw value.

Public Constructors

public DJIGimbalAttitude (float pitch, float roll, float yaw)

Constructor for DJIGimbalAttitude.

Parameters
pitch Pitch value.
roll Roll value.
yaw Yaw value.