| java.lang.Object | |
| ↳ | dji.sdk.Gimbal.DJIGimbal.DJIGimbalAttitude |
The gimbal's attitude in degrees relative to the aircraft.
| 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 | |||||||||||
Pitch value.
Roll value.
Yaw value.
Constructor for DJIGimbalAttitude.
| pitch | Pitch value. |
|---|---|
| roll | Roll value. |
| yaw | Yaw value. |