90 Commits (8cbeafa6ba5f8bcf20e44e2ac7a7cb580728dc71)

Author SHA1 Message Date
James Goppert 025fa7fb5d ArduPlane cmake build working. 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
James Goppert 0c7c508541 Optional recursion added. 14 years ago
James Goppert 5489b84f8e Improvements to cmake. 14 years ago
James Goppert d887a28b91 Added ArduBoat/ ArduRover/ and APO library. 14 years ago
Andrew Tridgell 3a9b7d6458 GPS: change example serial rate to 115200 14 years ago
unknown a4e001bbcf Adding CMake support 14 years ago
hazyhxj@gmail.com b110803dcb Fix NMEA GPS error 14 years ago
mich146@hotmail.com 5e3e96b236 update "NO_GPS" issue as per Justin Beech 14 years ago
tridge60@gmail.com 91e101f47e GPS: added delay hook for GPS detection 14 years ago
tridge60@gmail.com da2a1d72e2 GPS: fixed the GPS specific test programs 14 years ago
tridge60@gmail.com 60bf2182e4 GPS-HIL: set new_data on setHIL() 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
deweibel@gmail.com b53b749fc7 Fix initialization of idleTimeout 14 years ago
jasonshort 76d072591b made timeout public, settable 14 years ago
jasonshort 4a1772b5ff http://code.google.com/p/arducopter/issues/detail?id=161 14 years ago
deweibel@gmail.com 20cdf7c698 Add hDOP for ublox gps driver 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
james.goppert aa598b575a APO merge. 14 years ago
james.goppert@gmail.com c1b6032e7f Eclipse makefile support for examples. 14 years ago
tridge60@gmail.com d36869494f GPS: fixed the idle timer 14 years ago
tridge60@gmail.com 860998d337 implemented typesafe PSTR() 14 years ago
jasonshort 00209c82a9 Added setHIL to GPS.cpp 14 years ago
deweibel@gmail.com bd9c7de109 Correct factoring issue for AP_GPS_IMU XPlane HIL interface. 14 years ago
deweibel@gmail.com 4f514faf97 Small bug fix for HIL gps when using auto-detect 14 years ago
DrZiplok 3108d661d2 Correct knots -> m/sec conversion. Thanks to Paul M. for spotting this. 14 years ago
deweibel e620eb1326 Change MediaTek timestamps to millisecond Time of Day 14 years ago
deweibel@gmail.com 5e0fff1618 Add back AP_GPS_IMU to provide Xplane functionality 14 years ago
DrZiplok@gmail.com 52a0a03d56 Bring AP_GPS_Auto closer to ready for prime-time: 14 years ago
DrZiplok@gmail.com eb39264834 Update the NMEA example code in conjunction with the new parser. 14 years ago
DrZiplok@gmail.com cad260a481 Implement a completely new NMEA parser based on the TinyGPS parser by Mikal Hart. 14 years ago
DrZiplok@gmail.com 1bfcdaa2cb Add a delay after sending the GPS mode switch strings in an attempt to give any NMEA data time to drain before we attempt to sniff again. 14 years ago
DrZiplok 07dec5e1b7 Use operator new from AP_Common rather than our own. This also makes AP_Common available to the GPS drivers that work with AP_GPS_Auto. 14 years ago
DrZiplok 2c0e8515d5 Add a date field to the standard GPS data. This may be zero, and its format is TBD (may be GPS-dependent). 14 years ago
DrZiplok@gmail.com f2f38f2e71 Make the GPS ctor protected so that it can't be accidentally constructed or copied. 14 years ago
DrZiplok ba6ba990f0 Undo the ^M nonsense that CodeLite pulled. 14 years ago
DrZiplok f8ed279b14 Fix over-clever macro. 14 years ago
DrZiplok c1f19797d9 Add a GPS shim class that lets an external agent update the pseudo-GPS properties. 14 years ago
DrZiplok@gmail.com 7e76b64515 Give AP_GPS_None a ctor so that it fits in. 14 years ago
DrZiplok@gmail.com 8da4a29d58 Add support for the DIYD MTK v1.6 firmware 14 years ago
jasonshort f75c7b47ff minor changes, fixed IMU class 14 years ago
james.goppert 075fb61a92 Added lasttime to GPS HIL. 14 years ago
james.goppert dfe94bc77e Removed delay from MTK library. 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
james.goppert 9331f8616c Fixed several HIL class bugs. 14 years ago
james.goppert 0eef05b734 Working on HIL for sensors. 14 years ago