DJIBypassDirection

enum DJIBypassDirection : NSInteger {}

Direction aircraft is moving around or bypassing and obstacle.

  • Flying normally, no obstacle to be avoided.

    Declaration

    Objective-C

    DJIBypassDirectionNone
  • Avoid the obstacle by going over the top of it.

    Declaration

    Objective-C

    DJIBypassDirectionOver
  • Avoid the obstacle by going to the left of it.

    Declaration

    Objective-C

    DJIBypassDirectionLeft
  • Avoid the obstacle by going to the right of it.

    Declaration

    Objective-C

    DJIBypassDirectionRight
  • Unknown obstacle avoidance direction

    Declaration

    Objective-C

    DJIBypassDirectionUnknown