class BatteryChargeRemainingCallback
interface BatteryChargeRemainingCallback
|
Description:
Gimbal energy remaining of Ronin MX in percent.
Class Members:
Protocol Method
method onUpdate
void onUpdate(@IntRange(from = 0, to = 100) int remainingChargeInPercent)
|
Description:
Update the gimbal's remaining energy in percentage.
@IntRange(from = 0, to = 100) int remainingChargeInPercent | An int value. |
method setStiffnessSelfTuningCallback
void setStiffnessSelfTuningCallback(@Nullable GimbalControlParametersAutoTuningState.Callback callback)
|
Description:
Set listener for updating the gimbal's control parameters auto tuning state.
method setBalanceCheckCallback
void setBalanceCheckCallback(@Nullable GimbalBalanceDetectionState.Callback callback)
|
Description:
Set listener for updating the gimbal's balance detection state.
method setConcentricityCheckCallback
void setConcentricityCheckCallback(@Nullable GimbalCoaxialityDetectionState.Callback callback)
|
Description:
Set listener for updating the gimbal's coaxiality detection state.