staticfinal GimbalAttitudeActionError YAW_OUTSIDE_MAX_CAPABILITIES = new GimbalAttitudeActionError("Yaw value passed is beyond the max capabilities of the gimbal")
Package:
dji.sdk.mission.error
Description:
Yaw value passed is beyond the max capabilities of the gimbal.
staticfinal GimbalAttitudeActionError PITCH_OUTSIDE_MAX_CAPABILITIES = new GimbalAttitudeActionError("Pitch value passed is beyond the max capabilities of the gimbal")
Package:
dji.sdk.mission.error
Description:
Pitch value passed is beyond the max capabilities of the gimbal.
staticfinal GimbalAttitudeActionError ROLL_OUTSIDE_MAX_CAPABILITIES = new GimbalAttitudeActionError("Roll value passed is beyond the max capabilities of the gimbal")
Package:
dji.sdk.mission.error
Description:
Roll value passed is beyond the max capabilities of the gimbal.