java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.gimbal.DJIGimbalBalanceTestResult |
The balance test result. It is only supported by Ronin MX.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalBalanceTestResult | Bad | The balance test result is bad. | |||||||||
DJIGimbalBalanceTestResult | Good | The balance test result is good. | |||||||||
DJIGimbalBalanceTestResult | Great | The balance test result is great. | |||||||||
DJIGimbalBalanceTestResult | Unknown | The balance test result is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static 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.