Support for mission resume after battery swap

Completed

Comments

8 comments

  • DJI Developer Support
    After RTH, the waypointMission will be stopped. You are not able to resume the mission. It is supported to resume at a some specific point by index. You can call recoverMission with a parameter InterruptRecoverActionType to specify an index.
    0
    Comment actions Permalink
  • Kenneth Argo

    But according to the documentation, recoverMission doesn't take an Int, only an enum and nothing apparently supporting passing an index? Can you expound on your answer please? Also, is there anything that allows a mission to live past a power down of the m300 rtk?

    0
    Comment actions Permalink
  • DJI Developer Support
    According to the documentation, you can pass InterruptRecoverActionType in. This is a enum allows you go back to the last recorded point or the next point. This is the only 2 choices for you.
    0
    Comment actions Permalink
  • fuwei007

    This seems not work. After return home the previous waypointMission stopped. You have to re-upload the mission. So the next point will be the first point. 

     

    Is there anyway I can start the mission from the X waypoint. So I can skip X points after I  re-upload the mission.

     

     

    Thanks

     

    Frank

     

    0
    Comment actions Permalink
  • Kenneth Argo

    You cannot "stop" the mission.  The correct use is to pause the mission, return home, hot-swap (without turning off RC or Aircraft) and then you can use the resume with a flag to continue from the pause point.

    There is no skip 'x' points and resume.  Your only option in that case is to upload a new mission with the 1st point being the point you want to begin with.

    0
    Comment actions Permalink
  • fuwei007

    Kenneth,

       I tested the way you just mentioned. After RTH done. The status changed to Ready_To_Upload. it not allow you do resume (

    waypointV2MissionOperator.recoverMission

    )

     

    Thanks

     

    Frank

    0
    Comment actions Permalink
  • Kenneth Argo

    I believe you need to fly home.  Once the mission ends that's it.

    At least that is what I've found with the pilots we have in the field

    0
    Comment actions Permalink
  • fuwei007

    Yes. it landed. But still not able to resume. 

     

    Thanks

    Frank

     

    0
    Comment actions Permalink

Please sign in to leave a comment.