DroidPlanner / Tower

Ground Control Station for Android Devices
https://play.google.com/store/apps/details?id=org.droidplanner.android
Other
616 stars 555 forks source link

Geofencing #265

Open skatun opened 10 years ago

skatun commented 10 years ago

Like on http://plane.ardupilot.com/wiki/geofencing-3/ add geofencing, but with a twist instead of returning to loiter position it gives u a high warning signal. This is great for people flying FPV or people like me who like to train pylon, as soon as I then here the warning i turn around and head 180 degrece the other way untill i hear the warning again. However this means that the geofence needs to be a rectangle with given width and height.

arthurbenemann commented 10 years ago

Implementing fencing is a good idea.

It could be done using something like a polygon.

skatun commented 10 years ago

Yes, and just give a signal when you cross it.. For lap flying it needs to be a rectangle where the lines are paralell and the size can be set exactly

Cheers

On Tue, Aug 27, 2013 at 2:27 PM, Arthur Benemann notifications@github.comwrote:

Implementing fencing is a good idea.

It could be done using something like a polygon.

— Reply to this email directly or view it on GitHubhttps://github.com/arthurbenemann/droidplanner/issues/265#issuecomment-23331455 .

Kindly regards Kim Skåtun +47 950 53 328 skatun@gmail.com 5643 Strandvik Norway

phmagic commented 9 years ago
Thalek commented 9 years ago

Would geo-fencing have a rectangular shape, or could the shape be customized? I live on a rather oddly-shaped piece of land; it would be useful to set the fence shape accordingly.

m4gr3d commented 9 years ago

Unfortunately, arducopter only has support for circular geofences. So that's all that will be supported until a better implementation is added to the arducopter flight code.

Thalek commented 9 years ago

Ah! Thank you.