| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.sdk.Gimbal.DJIGimbal.DJIGimbalBalanceTestResult | |
The balance test result. It is only supported by Ronin MX.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIGimbal.DJIGimbalBalanceTestResult | Bad | The balance test result is bad. | |||||||||
| DJIGimbal.DJIGimbalBalanceTestResult | Good | The balance test result is good. | |||||||||
| DJIGimbal.DJIGimbalBalanceTestResult | Great | The balance test result is great. | |||||||||
| DJIGimbal.DJIGimbalBalanceTestResult | Unknown | The balance test result is unknown. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DJIGimbal.DJIGimbalBalanceTestResult | valueOf(String name) | ||||||||||
| final static DJIGimbalBalanceTestResult[] | values() | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Enum | |||||||||||
From class java.lang.Object | |||||||||||
From interface java.lang.Comparable | |||||||||||
The balance test result is bad. The payload should be adjusted when this result is returned.
The balance test result is good. When this result is returned, it is possible there was some noise in the balance measurement. For best results, it is recommended to run the balance test again and adjust the payload position until the result becomes great.
The balance test result is unknown.