DJI Mobile SDK Documentation

      class VirtualStickRange

      class VirtualStickRange
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      Virtual stick advanced control parameter ranges.

      Class Members:

      Members

      final VERTICAL_CONTROL_MIN_VELOCITY
      static final float VERTICAL_CONTROL_MIN_VELOCITY = -6
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum velocity that can be set when the vertical control mode is the velocity mode, and a negative number means to control the aircraft to fly downward.

      final VERTICAL_CONTROL_MAX_VELOCITY
      static final float VERTICAL_CONTROL_MAX_VELOCITY = 6
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum velocity that can be set when the vertical control mode is the velocity mode. A positive number means to control the aircraft to fly upwards.

      final VERTICAL_CONTROL_MIN_HEIGHT
      static final float VERTICAL_CONTROL_MIN_HEIGHT = 0
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum height that can be set when the vertical control mode is the position mode.

      final VERTICAL_CONTROL_MAX_HEIGHT
      static final float VERTICAL_CONTROL_MAX_HEIGHT = 5000
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum height that can be set when the vertical control mode is the position mode.

      final ROLL_PITCH_CONTROL_MIN_VELOCITY
      static final float ROLL_PITCH_CONTROL_MIN_VELOCITY = -23
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum velocity that can be set when the control mode of the roll and pitch is the velocity mode.

      final ROLL_PITCH_CONTROL_MAX_VELOCITY
      static final float ROLL_PITCH_CONTROL_MAX_VELOCITY = 23
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum velocity that can be set when the control mode of the roll and pitch is the velocity mode.

      final ROLL_PITCH_CONTROL_MIN_ANGLE
      static final float ROLL_PITCH_CONTROL_MIN_ANGLE = -30
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum angle that can be set when the control mode of the roll and pitch is the angle mode.

      final ROLL_PITCH_CONTROL_MAX_ANGLE
      static final float ROLL_PITCH_CONTROL_MAX_ANGLE = 30
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum angle that can be set when the control mode of the roll and pitch is the angle mode.

      final YAW_CONTROL_MIN_ANGLE
      static final float YAW_CONTROL_MIN_ANGLE = -180
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum angle that can be set when the control mode of the yaw is the angle mode.

      final YAW_CONTROL_MAX_ANGLE
      static final float YAW_CONTROL_MAX_ANGLE = 180
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum angle that can be set when the control mode of the yaw is the angle mode.

      final YAW_CONTROL_MIN_ANGULAR_VELOCITY
      static final float YAW_CONTROL_MIN_ANGULAR_VELOCITY = -100
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the minimum angular velocity that can be set when the control mode of the yaw is the angular velocity mode.

      final YAW_CONTROL_MAX_ANGULAR_VELOCITY
      static final float YAW_CONTROL_MAX_ANGULAR_VELOCITY = 100
      Package:dji.v5.manager.aircraft.virtualstick
      Description:

      This value is the maximum angular velocity that can be set when the control mode of the yaw is the angular velocity mode.