125 Commits (a299528194989dec6e530e7cfef198c0c52c1aa6)

Author SHA1 Message Date
Andrew Tridgell 3ce7e4b322 AP_GPS: fixed fake uBlox with PVT message support 8 years ago
Andrew Tridgell 5d18f3a453 AP_GPS: added backend specific get_lag() function 8 years ago
Michael du Breuil 855d91145a AP_GPS: ublox - fix incorrect step ordering 8 years ago
Michael du Breuil 1c1e6e9398 AP_GPS: Support more fix types 8 years ago
Michael Oborne d05b0d5885 AP_GPS_UBLOX: add pvt message support 8 years ago
Michael du Breuil d97861d685 AP_GPS: Ublox: Skip SBAS request if we don't want to alter it 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
Andrew Tridgell 9caf44b494 AP_GPS: update drivers for changed inject_data() API 8 years ago
Michael du Breuil cf5e79f80e AP_GPS: ublox support user controlled rate updates 8 years ago
Michael du Breuil 86c2b1d84a AP_GPS: u-blox Remove 5Hz warning 8 years ago
Gustavo Jose de Sousa 174cefa8a5 AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 9 years ago
Ricardo de Almeida Gonzaga 4047fb63fc AP_GPS: Fix typos 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Andrew Tridgell 428923b4b1 AP_GPS: use 3D velocity for uBlox 9 years ago
Andrew Tridgell b424c49bc7 AP_GPS: change ground course to be in degrees 9 years ago
Michael du Breuil 2538c17ee0 AP_GPS: add fetching of gps configuration failure reasons 9 years ago
Michael Oborne 92106a944f AP_GPS_UBLOX: add data injection support 9 years ago
Andrew Tridgell 04bac8a446 AP_GPS: removed duplicate dataflash write of ublox version 9 years ago
Tom Pittenger 18163bd01f AP_GPS_UBLOX: save cfg only when needed 9 years ago
Michael du Breuil 55e64b3622 AP_GPS: u-blox: copy paste typo in a #else 9 years ago
Michael du Breuil 217a06322b AP_GPS: u-blox: don't throw 5hz update warnings if no fix 9 years ago
Michael du Breuil 4251ee0e4b AP_GPS: u-blox verify ublox settings 9 years ago
Peter Barker ede7ffedfc AP_GPS: correct #if from UBLOX_DEBUG to UBLOX_DEBUGGING 9 years ago
Aaron Wang Shi 800c142ac0 BH: Support UBLOX GPS M8N 9 years ago
Caio Marcelo de Oliveira Filho c33b86a783 AP_GPS: use millis/micros/panic functions 9 years ago
Randy Mackay 36c0beb918 GPS_UBlox: reorder init to resolve compiler warning 9 years ago
Siddharth Bharat Purohit 5e2382ea09 AP_GPS:UBLOX: send save cfg msg once per 5s and 5 times only 9 years ago
Siddharth Bharat Purohit 360c09f9bd AP_GPS_UBLOX: send cfg save msg only once every 1 second 9 years ago
Jonathan Challinger bc708f9808 AP_GPS: add SAVE_CFG parameter make ublox config saving optional 9 years ago
Jonathan Challinger e82df48631 AP_GPS: save configuration to non-volatile memory in UBlox GPS 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Michael du Breuil 75c0644b9a AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 10 years ago
Andy Piper 5adb6d2b89 AP_GPS: Support UBX messages for dual UBLOX GPS setups. 10 years ago
Andrew Tridgell 6fbe88ba3a AP_GPS: improved fake ublox to give enough for EKF health 10 years ago
Andrew Tridgell d07d2f3a46 AP_GPS: removed UBX3 message 10 years ago
Michael du Breuil 0e3a188f6f AP_GPS: Read the vdop information from a ublox GPS 10 years ago
Andrew Tridgell 2c7a113790 AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 10 years ago
Tom Pittenger 816d1f0e1b AP_GPS: resolve compiler warning re init order 10 years ago
Michael du Breuil 4f9fbc5aa7 AP_GPS: Fix a bound error when calculating GNSS minimum channels. 10 years ago
Gustavo Jose de Sousa 67db430583 AP_GPS: standardize inclusion of libaries headers 10 years ago
Michael du Breuil c29b19f768 AP_GPS: Fix a typo on spelling received 10 years ago
Michael du Breuil bc26eaab63 AP_GPS: Ublox: fall back to the DOP if hDOP hasn't come in yet 10 years ago
Andrew Tridgell 087e729748 AP_GPS: re-enable SBAS config on APM2 for uBlox 10 years ago
Andrew Tridgell b6beeb6f2f AP_GPS: save some memory and code space on APM2 for ublox 10 years ago
Michael du Breuil 5c9d248407 AP_GPS: Fix copy/paste error in ublox (uncovered by coverity) 10 years ago
Michael du Breuil 09fef505e0 AP_GPS: With a ublox driver, accept a packet if it will fit in the buffer 10 years ago
Michael du Breuil 22b16b4532 AP_GPS: Enable selecting what GNSS system to use if the reciever supports it 10 years ago
Michael du Breuil 47592a1953 AP_GPS: Raise the baud rate on a ublox GPS if using RAW logging 10 years ago