44 Commits (master)

Author SHA1 Message Date
Joshua Henderson 378dff5568 AP_GPS: added get_undulation support 3 years ago
Hwurzburg 3d4f6cc2c4 AP_GPS: add build options for GPS backends 3 years ago
Michael du Breuil 53c66106d6 AP_GPS: Remove unneeded intilizers 7 years ago
Lucas De Marchi b62e8909c4 AP_GPS: add missing fallthrough 8 years ago
Lucas De Marchi 3414883f05 AP_GPS: remove tabs and fix coding style 8 years ago
Lucas De Marchi 8389158d76 AP_GPS: use FALLTHROUGH define 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Gustavo Jose de Sousa 174cefa8a5 AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 9 years ago
Andrew Tridgell b424c49bc7 AP_GPS: change ground course to be in degrees 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Andrew Tridgell 2c7a113790 AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 10 years ago
Andrew Tridgell 0191355488 AP_GPS: fixed init strings to all be in progmem 11 years ago
Andrew Tridgell 368daf89f1 AP_GPS: new GPS API 11 years ago
Andrew Tridgell 2dd92832dc AP_GPS: support multiple AP_GPS_Auto drivers 11 years ago
Andrew Tridgell 7ff293ca38 AP_GPS: added DataFlash to GPS init to allow for detailed logging 11 years ago
Andrew Tridgell 6f5ac1d553 AP_GPS: added support for GPS time in week/millisec 11 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 7dbb898264 AP_GPS: switch fields to add units suffix 12 years ago
Andrew Tridgell edfebc1f29 AP_GPS: fixed indent-tabs-mode 12 years ago
Andrew Tridgell b3ec5187f2 AP_GPS: fixed uninitialied variable bugs found with valgrind 12 years ago
Randy Mackay 27309a553f GPS: fixes after review 12 years ago
Randy Mackay d7454bb09e GPS: add 2D fix type 12 years ago
Andrew Tridgell 252d11ccfa AP_GPS: initialise _step to zero in all drivers 12 years ago
Andrew Tridgell f3783b0306 AP_GPS: put SIRF init_messages in progmem 12 years ago
Andrew Tridgell 18db7b2efd GPS: move _port setting to init() 12 years ago
Pat Hickey 9ed023aeb4 AP_GPS: Builds under AP_HAL. Not tested. 12 years ago
Andrew Tridgell 608cc60689 GPS: fixed SIRF auto detect code 13 years ago
Andrew Tridgell 59b44816ec GPS: replaced the GPS auto-detect mechanism 13 years ago
uncrustify a8ed24da6c uncrustify libraries/AP_GPS/AP_GPS_SIRF.cpp 13 years ago
rmackay9 8a29f47ce0 AP_GPS: replaced "int" with "int16_t" and "long" with "int32_t" 13 years ago
Andrew Tridgell 33a2ad7e07 GPS: add stub settings for nav_setting in the other GPS drivers 13 years ago
James Goppert 14d27b1e4c Cleaned up AP_GPS formatting. 13 years ago
deweibel@gmail.com 8d7e7ff58e revert gps lib to 2602 14 years ago
deweibel@gmail.com 5b9e7eff9d clean up idleTimeout 14 years ago
deweibel@gmail.com b53b749fc7 Fix initialization of idleTimeout 14 years ago
DrZiplok@gmail.com 8da4a29d58 Add support for the DIYD MTK v1.6 firmware 14 years ago
james.goppert aa115aea68 AP_GPS libs now recover from disconnect or failed initialization. 14 years ago
DrZiplok@gmail.com 0a94520682 Add support for automatically detecting the connected GPS and configuring accordingly. 15 years ago
paulbmather@gmail.com 079dd3c617 Changes to accommodate blinking lights and loss of GPS commands. Tested with NMEA, uBlox, Sirf and MTK. Does not function correctly with rmack's changes to APM_Compass posted 10/17/2010 (I don't know why). 15 years ago
deweibel 34aa823003 Bug fixes for EM-406 15 years ago
DrZiplok@gmail.com 80bc831363 Reinstate the ground course filter for the not-really-suppored SiRF GPS. 15 years ago
DrZiplok@gmail.com ba021b5fe8 Remove a diagnostic I missed. 15 years ago
DrZiplok@gmail.com c6ceb85c21 Refactor the EM-406 support into a 406-specific init routine and a generic SiRF parser. 15 years ago