55 Commits (master)

Author SHA1 Message Date
Peter Barker 714a3e2462 AC_Fence: support for multiple polygon fences 5 years ago
Peter Barker ff37590776 AC_Fence: move polygon points into AC_Fence_Polygon 5 years ago
Peter Barker a5ec64fc99 AC_Fence: tidy get_breach_distance 6 years ago
Pierre Kancir bf74cb4e99 AC_Fence: pass mavlink_message_t by const reference 6 years ago
Randy Mackay beb9ecbdcb AC_Fence: add get_boundary_update_ms 6 years ago
Randy Mackay 0f6e61bc33 AC_Fence: add is_polygon_valid accessor 6 years ago
Peter Barker 062ee71135 AC_Fence: simplify fence loading 6 years ago
Peter Barker 2822c635ec AC_Fence: correct get_boundary_points to account for closing point 6 years ago
Peter Barker 8991fd8fcf AC_Fence: clear breaches if boundary invalid etc 6 years ago
Peter Barker 7198234a44 AC_Fence: clean headers 6 years ago
Peter Barker a52a1f710f AC_Fence: add singleton (AP::fence()) 6 years ago
Peter Barker 6313cbca0b AC_Fence: stop taking reference to AHRS in constructor 6 years ago
chobitsfan e7f87f767a AC_Fence: add SmartRTL and Brake actions 6 years ago
Peter Barker 9deee2a805 AP_Fence: adjust for Location_Class and Location unification 6 years ago
Peter Barker c4bee518bb AC_Fence: rename send_extended_status1 to send_sys_status 6 years ago
Raouf e55369b1c8 AC_Fence: add always land option 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
Andrew Tridgell 25b9a7e711 AC_Fence: removed create() method for objects 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
khancyr 65373b85f0 AC_Fence: replace AP_InertialNav by AHRS 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
Randy Mackay c1a25c25f7 AC_Fence: return failure message 8 years ago
Jacob Walser 3c6df7cc0e AC_Fence: Add minimum altitude limit 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 e820506c5a AC_Fence: add polygon fence check to check_destination_within_fence 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
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
Gustavo Jose de Sousa d030e817d9 AC_Fence: standardize inclusion of libaries headers 10 years ago
Randy Mackay f06c859d93 AC_Fence: add comment re check_fence method 10 years ago
Jonathan Challinger 05fda4ee4c AC_Fence: accept curr_alt parameter instead of getting alt from inav 10 years ago
Jonathan Challinger f06cc5d0c1 AC_Fence: change inav to const reference 10 years ago
Randy Mackay cc9c3bb5aa AC_Fence: increase default radius to 300m 11 years ago
Randy Mackay e855cfec02 AC_Fence: add 10sec manual recovery 11 years ago
Tobias 596c7a25b7 AC_Fence: make member pointer to AP_InertialNav const, remove unused 11 years ago