Export flight plans

Speworld

I have a Mavic 2 Pro. One of the options presented in the plan is called "export". This indeed exports a file in the .lz format. I use lzip to decompress and it always fails. I now understand that the format is LZ77 - which decompressor is recommended for extracting this file?

0

Comments

5 comments

  • Comment author
    Jim McAndrew Dronelink Staff

    The export option is for our enterprise developers. What are you looking to do?

    0
  • Comment author
    Speworld

    To look at the flight parameters post flight to see what is happening with the flight.  I have setup a flight path with 24 markers.  At each marker, I am taking a photo.  The component list has a wait on arrival, take photo, and wait again.  However, the plan generated does not seem to wait and the photos are titled and fuzzy - almost like the shots were taken mid flight.  

    Basically, the wait is meaningless.  Using Mavic 2 pro

    0
  • Comment author
    Jim McAndrew Dronelink Staff

    Can you share a link to the mission plan?

    0
  • Comment author
    Speworld

    https://app.dronelink.com/skyview/matadero/plan/snR68zDcPhIbYmbdPlDt/75wBgbWpRWn8rg0Sd43f

    0
  • Comment author
    Jim McAndrew Dronelink Staff

    The wait command only works within the context of the containing list. If you put a wait command between top-level motion components (say between a Path and an Orbit), the Drone will hover. If you put it in a list that is attached to a marker, it just means wait x seconds before executing the next item in that list (if there is one). If you want the drone to come to a complete stop at a point and take a picture, consider not using a Path and instead use Destination components. This is what they were designed for. You can attach your capture list to the achieved component on each destination, or just put it after the destination, either will work.

    0

Please sign in to leave a comment.