86 Commits (86ded2c40c7bf00cde603d210f2af2d5b1e9f470)

Author SHA1 Message Date
Steven Josefs e8debde4b7 AC_Fence: hide ALT_MAX parameter from Rover 7 years ago
Peter Barker c8e0ae6890 AC_Fence: adjust fence sys_status failed based on position and parameters 7 years ago
Peter Barker e30a6bbce3 AC_Fence: rename sys_status methods from geofence_ to sys_status_ 7 years ago
Peter Barker a5aafab7ff AC_Fence: use pre-arm checks for sanity checks 7 years ago
Peter Barker 155407956c AC_Fence: add a pre-arm check for polygon fence validity 7 years ago
Peter Barker 588b0c17c8 AC_Fence: remove AC_FENCE_TYPE_NONE define 7 years ago
Peter Barker aa482bae40 AC_Fence: remove argument to check() 7 years ago
Peter Barker 0f94fde434 AC_Fence: get home distance directly from ahrs 7 years ago
Peter Barker 20e295c23a AC_Fence: check supplied location within fence rather than current loc 7 years ago
Andrew Tridgell 25b9a7e711 AC_Fence: removed create() method for objects 7 years ago
Peter Barker 86fe1671c1 AC_Fence: fix comment 7 years ago
Peter Barker e8151a7ec1 AC_Fence: require home as well as origin for prearm checks 7 years ago
Peter Barker 1ecfdffa76 AC_Fence: methods to help populate SYS_STATUS 7 years ago
Peter Barker ac3f030a34 AC_Fence: factor out check_fence_alt_max 7 years ago
Peter Barker d04a4dd0f8 AC_Fence: factor out check_fence_circle 7 years ago
Peter Barker d379c7bbd9 AC_Fence: factor out check_fence_polygon 7 years ago
Peter Barker 518399c13a AC_Fence: stop looking at EKF filter status 7 years ago
khancyr 65373b85f0 AC_Fence: replace AP_InertialNav by AHRS 7 years ago
Michael du Breuil 983a330cd5 AC_Fence: Remove unused duplicate methods 7 years ago
Lucas De Marchi 52686ec838 AC_Fence: add static create method 7 years ago
khancyr f583121433 AC_Fence: reset fences breach on disable 8 years ago
Peter Barker ae6df4fc04 AC_Fence: remove global static send_statustext_chan 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 9ac429ab13 AC_Fence: Use SI units conventions in parameter units 8 years ago
Randy Mackay c1a25c25f7 AC_Fence: return failure message 8 years ago
Randy Mackay 8171645876 AC_Fence: pre-arm check requires GPS if polygon fence enabled 8 years ago
Jacob Walser 3c6df7cc0e AC_Fence: Add minimum altitude limit 8 years ago
murata 0f486aeecb AC_Fence: shorten calculation of return value 8 years ago
murata b48ea53f60 Revert "AC_Fence: Activate the create flag." 8 years ago
murata c63a6a2738 AC_Fence: Activate the create flag. 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Peter Barker d188504b8b AC_Fence: remove unused variable _boundary_revalidate 8 years ago
Randy Mackay e7020b218a AC_Fence: revert param Enable to be FLAG_ENABLE 9 years ago
Tom Pittenger 5e811b8463 AC_Fence: set param "Enable" to be FLAG_ENABLE 9 years ago
murata b6c27b58a8 AC_Fence: magic number 4 changed to size of uint32_t 9 years ago
Randy Mackay e820506c5a AC_Fence: add polygon fence check to check_destination_within_fence 9 years ago
Randy Mackay a9d1dcd6ac AC_Fence: trigger reloading of polygon fence if update from GCS 9 years ago
Randy Mackay 5153c3d195 AC_Fence: merge with add polygon support 9 years ago
Randy Mackay d91805edbf AC_Fence: add support for polygon fences 9 years ago
Randy Mackay f0bb1ac1d2 AC_Fence: AC_Polygon_loader loads points from eeprom 9 years ago
Daniel Ricketts e60710332b AC_Fence: add accessors to return radius and safety margin 9 years ago
Randy Mackay 4829dbb55d AC_Fence: rename check_destination_within_fence and accept distances in meters 9 years ago
Saloni Jain ff843448aa AC_Fence: Added a new function to check whether the guided waypoint is within the fence 9 years ago
Lucas De Marchi 7dc3942ad4 AC_Fence: replace header guard with pragma once 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho ccd03bcf60 AC_Fence: use millis/micros/panic functions 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Gustavo Jose de Sousa d030e817d9 AC_Fence: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell aa1bfb1ca7 AC_Fence: revert AP_Math class change 10 years ago
Tom Pittenger 94ffc9b942 AC_Fence: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago