mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.09k stars 3.45k forks source link

Geofences editing through the graphical interface. #2972

Open MikaelFerland opened 8 years ago

MikaelFerland commented 8 years ago

Users can edit geofences through the graphical interface without impacting the flow of a geofence check (a geofence check is done whenever a new mission is sent to the autopilot or the current position of the system is updated [https://pixhawk.org/users/geofence]). Now, we need to find a way to handle both configurations from gui and from onboard in a way that will let each PX4 user easily configure their geofence. The onboard computer will be able to setup a geofence during flight without overiding the groundstation configuration.

DonLakeFlyer commented 8 years ago

This needs to be supported through some sort of mavlink commands on the firmware side before QGC can implement it. Writing files to the sd card isn't a viable way to implement polygon geofence.

@LorenzMeier What's the deal with this other magic geofence stuff? Does it interfere with the parametere based geofence setup?

dagar commented 8 years ago

It's all part of the same geofence system so they both respect geofence action (warn, loiter, rtl, terminate).