aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/geofence.cpp
Commit message (Collapse)AuthorAgeFilesLines
* geofence: better usefeedback if loadedThomas Gubler2014-09-221-1/+5
|
* geofence: make some functions private, correctly update paramsThomas Gubler2014-08-241-0/+2
|
* geofence: add counter threshold for subsequent detectionsThomas Gubler2014-08-241-1/+21
|
* geofence: can select gps instead of global positionThomas Gubler2014-08-241-1/+22
|
* geofence: lat/lon is doubleThomas Gubler2014-08-171-11/+6
| | | | types changed but the geofence implentation was not updated, this was forgotten in 58792c5ca6e42bc251dd3c92b0e79217ff5d5403
* geofence: support AMSL modeThomas Gubler2014-08-171-7/+15
|
* geofence: fixed warningsJulian Oes2014-06-061-4/+5
|
* navigator: comment only changes / code style fixesLorenz Meier2014-05-151-2/+3
|
* geofence: make better use of Block class for updating parametersThomas Gubler2014-03-081-7/+4
|
* navigator/geofence: add parameter to disable geofenceThomas Gubler2014-01-051-2/+13
|
* navigator/geofence: add isEmpty() function and checksThomas Gubler2014-01-041-30/+36
|
* geofence: do not keep fence in memoryThomas Gubler2014-01-041-48/+40
|
* geofence: add DMS coordinate format support for textfileThomas Gubler2014-01-041-3/+19
|
* geofence: add simple vertical checkThomas Gubler2014-01-041-2/+8
|
* navigator: add pre mission geofence checkThomas Gubler2014-01-041-2/+7
|
* navigator: load geofence from textfileThomas Gubler2014-01-041-2/+99
|
* navigator/geofence: move more functions to geofence class (WIP)Thomas Gubler2014-01-021-2/+95
|
* create geofence class and start moving fence functionality to this classThomas Gubler2014-01-021-0/+73