65 Commits (958e17f4ff59e6a29b5e2df8f413aafceaa5753b)

Author SHA1 Message Date
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 794cc33e6a GPS: added set_secondary() function 11 years ago
Andrew Tridgell d7b2a09919 AP_GPS: added fix type to setHIL 11 years ago
Andrew Tridgell 7a6f671659 AP_GPS: added have_vertical_velocity() function 11 years ago
Andrew Tridgell 519a26691e AP_GPS: make last_message_time_ms const 11 years ago
Andrew Tridgell 137880be70 AP_GPS: fixed a build warning 11 years ago
Andrew Tridgell 6f5ac1d553 AP_GPS: added support for GPS time in week/millisec 11 years ago
Andrew Tridgell 7b1e2b0e78 AP_GPS: don't need notify.h here 12 years ago
Randy Mackay 496962f037 GPS: update notify 12 years ago
Andrew Tridgell 01c124d5f5 AP_GPS: added velocity_vector() method 12 years ago
Andrew Tridgell 7dbb898264 AP_GPS: switch fields to add units suffix 12 years ago
Tobias c95072ea25 AP_GPS: added explicit cast to omit [-Wconversion] warning 12 years ago
Andrew Tridgell edfebc1f29 AP_GPS: fixed indent-tabs-mode 12 years ago
Andrew Tridgell 786e4cf705 AP_GPS: added last_message_time_ms() API 12 years ago
Andrew Tridgell f5d062d5ba AP_GPS: move byte swapping code to cpp 12 years ago
Andrew Tridgell 8d727614b4 AP_GPS: make status() const 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 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
Andrew Tridgell 18db7b2efd GPS: move _port setting to init() 12 years ago
Andrew Tridgell 18fb9c67f6 AP_GPS: use AP_Progmem 12 years ago
Pat Hickey 9ed023aeb4 AP_GPS: Builds under AP_HAL. Not tested. 12 years ago
Andrew Tridgell 2e63b3ae8e AP_GPS: added in two more dynamic model enums 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
rmackay9 50a97f3092 AP_GPS: added get_lag method to return expected lag from the GPS. 13 years ago
Andrew Tridgell 59b44816ec GPS: replaced the GPS auto-detect mechanism 13 years ago
uncrustify 97035fbead uncrustify libraries/AP_GPS/GPS.h 13 years ago
rmackay9 c10d01f24b AP_GPS: revert delay callback to be "unsigned long" 13 years ago
rmackay9 8a29f47ce0 AP_GPS: replaced "int" with "int16_t" and "long" with "int32_t" 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 8a6fcf998b AP_GPS: fixed types to be stdint types 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 a851c53de4 GPS: need pgmspace.h for _write_progstr_block() 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
Jason Short 73e23aab2a GPS time set to unsigned int32 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
James Goppert 14d27b1e4c Cleaned up AP_GPS formatting. 13 years ago
Andrew Tridgell 6048f3870f GPS: fixed type to be consistent with declaration 14 years ago
tridge60@gmail.com 91e101f47e GPS: added delay hook for GPS detection 14 years ago
deweibel@gmail.com 8d7e7ff58e revert gps lib to 2602 14 years ago
deweibel@gmail.com 26d1ec1f56 remove static declaration from idleTimeout 14 years ago
deweibel@gmail.com 5b9e7eff9d clean up idleTimeout 14 years ago