Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Recent content by epysod12

  1. epysod12

    Anafi + QGroundControl

    Hi @looninho, Thanks for sharing your QGC flightplan. I realize that my script requires a typical mission like this: Mission Start Takeoff Survey Return To Launch For the last command, the script reveals my own vision: the Return To Launch command (MAVLink code: 20) is the most appropriate to...
  2. epysod12

    Anafi + QGroundControl

    Hi @looninho, Thanks for your feedback! It seems that your flightplan contains a positive value for the Turnaround dist, but as I can't reproduce your error message, can you send me your QGC flightplan (if possible), either here or by e-mail, so that I can take a look? Sometimes, with the CSVs...
  3. epysod12

    freeflight USA android

    Salut ;) Quand tu dis "Anafi V2", est-ce que c'est celui-ci : Si c'est le cas, alors tu dois plutôt utiliser FreeFlight 6 ! D'après ce que je sais, FreeFlight USA est uniquement pour Anafi USA. Est-ce que tu as réussi avec FreeFlight 6 ? Bonne journée !
  4. epysod12

    Anafi + QGroundControl

    Hi ✋ Here is my approach to convert QGC flightplan to FF6 flightplan. It's a small script written in Python3, with JSON parser to read the QGC file, and write the FF6 file. The result is a majestic-wonderful-masterpiece savedPlan.json file that you can copy in your FreeFlight6 > FlightPlan...
  5. epysod12

    Anafi + QGroundControl

    Hi ✋ I will talk about Pix4Dcapture and FreeFlight 6, although the topic of the thread is more QGroundControl... Recently, I found this project: pix4d-flightplan-to-anafi It allows to convert a Pix4D flightplan into a FF6 flightplan. You need to get the details.pix4dcapture-mission file...
  6. epysod12

    Meshroom is effective free software for 3D scan

    Hello :), Finally, I keep the formula that I had previously found: GSD = (( Working Distance * Sensor Width ) / ( Focal Length * Image Width )) The (Bash) script I'm finishing right now produces an image like this: It's exciting to see what we can extract from the JSON Pix4D file! To be...
  7. epysod12

    Meshroom is effective free software for 3D scan

    Hi ✋, Thank you for this calculator, it helps me a lot to better manage my flightplans, currently made with Pix4Dcapture. I'm also preparing a script to parse informations contained in the Pix4D JSON file (with creation of a mini-map), but I'm a little confused with the info bellow: As you can...
  8. epysod12

    MAVLink v.1 flightplan direct upload to ANAFI USA

    Hi ✋, I have seen your post on Parrot Developers Forum, did you find something to solve your problem? I read your MAVLink commands, and I think you are missing code 22 for takeoff (first argument). See MAV_CMD_NAV_TAKEOFF. Take a look at this thread: Olympe Mavlink working example, there is also...
  9. epysod12

    Anafi + QGroundControl

    Thank you for this very detailed tutorial. (y) I recently also resumed my research on the subject, and I manage to create/manipulate MAVLink files. I'm stuck on something (a priori very simple): take photos in wide format (5344*4016) from QGroundControl, but nothing to do, it doesn't want... For...
  10. epysod12

    Anafi + QGroundControl

    As long as we can do here, and benefit the community, so let's do it ! ;) In absolute terms, you don't necessarily need the SC3 for the autopilot... Possibly to regain control at the end of the mission to correctly place the drone on the helipad (if you have one).
  11. epysod12

    Anafi + QGroundControl

    Hi ✋ That's strange... I mainly work with Linux, I haven't tried on Windows... Have you tried again since the last time?
  12. epysod12

    Parrot Anafi and embedded metadata in video files

    Nice! I had read an short article on Airdata some time ago, without having tested it unfortunately. As soon as the conditions are good, I will go back to try this! Thanks (y)
  13. epysod12

    Anafi + QGroundControl

    In post #11, all steps are realized with QGC 4.1.3, openSUSE Leap 15.2, in september 2021. Now that QGC 4.2.0 has been released, some changes have been made. The RC connection, as i remember for my flight test, was quite delicate: it was necessary to respect certain steps in the way of...
  14. epysod12

    Anafi + QGroundControl

    I'm not sure, but it looks like the mission is loaded 'in' the drone, and the laptop only follows the trace and the video feedback (and also some logs if they have been activated in QGC). On YT, I've seen a video with a guy who closed his laptop (with QGC on) during the mission, and the drone...
  15. epysod12

    Parrot Anafi and embedded metadata in video files

    Nice work! Thanks for sharing (y) I also use WebODM sometimes, always surprised by the results. A while ago, I remember wanting drone tracking on QGIS. Found this: QGIS Full Motion Video (FMV) -> problem with dependencies :/ Video UAV Tracker 3D -> seems depreciated... And recently, but for...