[DJI MSDK] WaypointV2 (P1Camera) How do you implement the Oblique Mission?

Completed

Comments

3 comments

  • DJI Developer Support
    1. Yes you can, but you need to develop your own waypointV2Mission in MSDK. 2. I am not sure how the Oblique mission works in terms of waypointV2Mission as the source code of DJI Pilot 2 is closed to use. 3. I am not sure how the Oblique mission works in terms of waypointV2Mission as the source code of DJI Pilot 2 is closed to use. 4. For WaypointV2Mission, you can set the setAutoFlightSpeed for an overall speed. For WaypointV2, you can also set the setAutoFlightSpeed which will override the aircraft speed at this waypoint.
    0
    Comment actions Permalink
  • TaeHyunKim

    5. setAutoFlightSpeed is to set the speed of the whole mission.

    MSDK WaypintV2 You cannot set Speed for each piont.
    What I am curious about is that the speed changes for each section in the DJI Piot app.

    On the DJI Mission screen

    Blue arrow: 10 speed
    Red Arrow: 3 Speed

    result
    In MSDK, the speed of each point of the mission cannot be set.
    DJI Pilot controls the speed of each point in the mission.

    Does MSDK not support the function to set the speed of each point of the mission?

    0
    Comment actions Permalink
  • DJI Developer Support
    The MSDK can set the speed for each point in waypointV2 class. You can find the setAutoFlightSpeed for a waypoint in this link below. Link:https://developer.dji.com/api-reference/android-api/Components/Missions/DJIWaypointV2_Builder.html
    0
    Comment actions Permalink

Please sign in to leave a comment.