43 Commits (0d174db05bf6470e7fa682f9befec1f0c1157495)

Author SHA1 Message Date
Andrew Tridgell 6f5ac1d553 AP_GPS: added support for GPS time in week/millisec 11 years ago
Andrew Tridgell 284492cfec AP_GPS: fixed an initialisation problem with GPS drivers 12 years ago
Randy Mackay 82b7b2cb3e GPS: integrate AP_Notify 12 years ago
Randy Mackay 496962f037 GPS: update notify 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 f5d062d5ba AP_GPS: move byte swapping code to cpp 12 years ago
Andrew Tridgell b3ec5187f2 AP_GPS: fixed uninitialied variable bugs found with valgrind 12 years ago
Randy Mackay d7454bb09e GPS: add 2D fix type 12 years ago
Andrew Tridgell 551950c573 GPS_UBLOX: fixed auto-config of baudrate 12 years ago
Andrew Tridgell f67480fa50 AP_GPS: ensure constructors zero all key variables 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 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 e74e730992 AP_GPS: added velocity_down() call 12 years ago
Andrew Tridgell a53cbc08f3 GPS: avoid output delays in the GPS auto detection 12 years ago
uncrustify cdaf2f923d uncrustify libraries/AP_GPS/GPS.cpp 13 years ago
Andrew Tridgell 2d47bd0386 GPS: support getting raw velocity values from a UBlox 13 years ago
Andrew Tridgell 618f43bef6 AP_GPS: added last_ground_speed() method 13 years ago
Andrew Tridgell 37db5247cd GPS: added velocity and acceleration components 13 years ago
rmackay9 068fe64b9b ArduCopter HIL: changed calls to setHIL to send in time as a uint32_t (it was a float) 13 years ago
Andrew Tridgell 70f18289c5 GPS: fixed auto-config of UBlox setup with no UBX messages 13 years ago
Andrew Tridgell 33a2ad7e07 GPS: add stub settings for nav_setting in the other GPS drivers 13 years ago
Andrew Tridgell cbf477addd GPS: added debug code to the main GPS class 13 years ago
Andrew Tridgell 4dff78b9c0 GPS: expose last_fix_time 13 years ago
Andrew Tridgell 57f67ca6e3 GPS: added an acceleration estimate to the GPS driver 13 years ago
Randy Mackay ed19c25a97 Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 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
jasonshort 76d072591b made timeout public, settable 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
tridge60@gmail.com d36869494f GPS: fixed the idle timer 14 years ago
jasonshort 00209c82a9 Added setHIL to GPS.cpp 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 cb4e8144f4 Eliminate GPS::_error, as it's responsible for pulling in the old printf, which doesn't work anymore. Fixing it's not worth the effort. 14 years ago
DrZiplok 2e5be5d86b Revert the MTK GPS driver to only claiming a fix when the GPS has a 3D solution, per discussion with Paul. 15 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
DrZiplok@gmail.com 31ab494aaa Jason's GPS_None pointed out a few changes that in turn drastically simplify it. 15 years ago
DrZiplok@gmail.com 3e1cd1ea2e Set native line endings on checkout to help avoid confusion. 15 years ago