staticfinal DJIFlightControllerError FAIL_TO_ENTER_TRANSPORT_MODE_WHEN_MOTORS_ON = new DJIFlightControllerError("When the motors are on, the aircraft could not get into transport mode.")
Package:
dji.common.error
Description:
When the motors are on, the aircraft could not get into transport mode.
final IMU_CALIBRATION_ERROR_IN_THE_AIR_OR_MOTORS_ON
staticfinal DJIFlightControllerError IMU_CALIBRATION_ERROR_IN_THE_AIR_OR_MOTORS_ON = new DJIFlightControllerError("IMU calibration is now allowed if the aircraft's motors are on or the aircraft is in the air.")
Package:
dji.common.error
Description:
IMU calibration is not allowed if the aircraft's motors are on or the aircraft is in the air.
staticfinal DJIFlightControllerError GPS_SIGNAL_WEAK = new DJIFlightControllerError( "GPS level is too weak to allow flight controller to obtain accurate location.")
Package:
dji.common.error
Description:
GPS level is not high enough to allow flight controller to obtain accurate location.
staticfinal DJIFlightControllerError COULD_NOT_ENTER_TRANSPORT_MODE = new DJIFlightControllerError("Aircraft could not enter transport mode, since the gimbal is still connected")
Package:
dji.common.error
Description:
Aircraft could not enter transport mode, since the gimbal is still connected.
final CANNOT_TURN_OFF_MOTORS_WHILE_AIRCRAFT_FLYING
staticfinal DJIFlightControllerError CANNOT_TURN_OFF_MOTORS_WHILE_AIRCRAFT_FLYING = new DJIFlightControllerError("The aircraft is flying and the motors could not be shut down.")
Package:
dji.common.error
Description:
The aircraft is flying. For safety consideration, the motors could not be shut down.
staticfinal DJIFlightControllerError HOME_POINT_TOO_FAR = new DJIFlightControllerError( "Location is not within 30M of initial take-off location OR current RC location.")
final GO_HOME_ALTITUDE_HIGHER_THAN_MAX_FLIGHT_HEIGHT
staticfinal DJIFlightControllerError GO_HOME_ALTITUDE_HIGHER_THAN_MAX_FLIGHT_HEIGHT = truenew DJIFlightControllerError("The go home altitude is too high (higher than max flight height).")
Package:
dji.common.error
Description:
The go home altitude is too high (higher than max flight height).
staticfinal DJIFlightControllerError BASE_STATION_IS_MOVED = new DJIFlightControllerError("The base station is moved. Land the aircraft to re-establish the connection to the ground station.")
Package:
dji.common.error
Description:
The base station is moved. Land the aircraft to re-establish the connection to the ground station.
staticfinal DJIFlightControllerError BASE_STATION_FELL = new DJIFlightControllerError("The base station fell. Land the aircraft to re-establish the connection to the ground station.")
Package:
dji.common.error
Description:
The base station fell. Land the aircraft to re-establish the connection to the base station.
staticfinal DJIFlightControllerError NAVIGATION_SATELLITE_SYSTEM_CAN_NOT_SET = new DJIFlightControllerError("The selection of navigation satellite system is only supported when the RTK function is turned off, and cannot be modified in the air")
Package:
dji.common.error
Description:
The selection of navigation satellite system is only supported when the RTK function is turned off, and cannot be modified in the air.
staticfinal DJIFlightControllerError BASE_STATION_PARAMETER_NUMBER_NOT_MATCH = new DJIFlightControllerError("Base station internal error. Parameter numbers do not match. Please contact <dev@dji.com>.")
staticfinal DJIFlightControllerError BASE_STATION_PARAMETER_LENGTH_NOT_MATCH = new DJIFlightControllerError("Base station internal error. Parameters' length do not match. Please contact <dev@dji.com>.")
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_NOT_FLYING= new DJIFlightControllerError("The aircraft cannot start the gravity center calibration because it is not flying.")
Package:
dji.common.error
Description:
The aircraft cannot start the gravity center calibration because it is not flying.
final GRAVITY_CENTER_CALIBRATION_NOT_FLYING_NOT_WORK_IN_SIMULATOR
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_NOT_FLYING_NOT_WORK_IN_SIMULATOR = new DJIFlightControllerError("The aircraft cannot start the gravity center calibration because the simulator starts.")
Package:
dji.common.error
Description:
The aircraft cannot start the gravity center calibration because the simulator starts.
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_IS_RUNNING = new DJIFlightControllerError("The aircraft cannot start the gravity center calibration before the previous calibration finishes.")
Package:
dji.common.error
Description:
The aircraft cannot start the gravity center calibration before the previous calibration finishes.
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_NOT_HOVERING = new DJIFlightControllerError("The aircraft cannot start the gravity center calibration because it is not hovering.")
Package:
dji.common.error
Description:
The aircraft cannot start the gravity center calibration because it is not hovering.
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_STOPPED_BY_USER = new DJIFlightControllerError("The gravity center calibration is stopped by the user.")
Package:
dji.common.error
Description:
The gravity center calibration is stopped by the user.
final GRAVITY_CENTER_CALIBRATION_FAILED_IN_BIG_WIND
staticfinal DJIFlightControllerError GRAVITY_CENTER_CALIBRATION_FAILED_IN_BIG_WIND = new DJIFlightControllerError("The gravity center calibration is interrupted because the wind is too strong.")
Package:
dji.common.error
Description:
The gravity center calibration is interrupted because the wind is too strong.
staticfinal DJIFlightControllerError OWNER_OUT_CONTROL_ERROR= new DJIFlightControllerError("The current rc does not have this device control permission.")
staticfinal DJIFlightControllerError COMMAND_NOT_SUPPORTED_BY_CURRENT_ATTITUDE = new DJIFlightControllerError("The command cannot be executed with the current attitude.")
Package:
dji.common.error
Description:
The command cannot be executed with the current attitude.
staticfinal DJIFlightControllerError BASE_STATION_NEED_LOGIN = new DJIFlightControllerError("For Matrice 300 RTK, you must login before set name, or set referencingLocation etc.")
staticfinal DJIFlightControllerError CANNOT_BASE_STATION_SCAN_IN_FLYING = new DJIFlightControllerError("For Matrice 300 RTK, you could not trigger scan base station when flying")
Package:
dji.common.error
Description:
For Matrice 300 RTK, you cannot scan fro a base station while flying.
staticfinal DJIFlightControllerError BASE_STATION_PASSWORD_INVALID = truetruenew DJIFlightControllerError("Base station administrator account's password is invalid. Please login again. If you reset your password, please use the default password.")
Package:
dji.common.error
Description:
Base station administrator account password is invalid. Please login again. If you reset your password, please use the default password.