aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps
Commit message (Collapse)AuthorAgeFilesLines
* GPS driver: Add missing wall clock setup for MTK GPS modulesLorenz Meier2015-01-061-3/+19
|
* GPS driver: Require valid minimum time to allow setting the wall clock. ↵Lorenz Meier2015-01-043-35/+52
| | | | Protection against nulled time fields
* GPS driver feedback cleanupLorenz Meier2015-01-044-23/+20
|
* renaming of gps time to UTC timeBan Siesta2015-01-043-8/+8
|
* ashtech: whitespaceBan Siesta2015-01-041-3/+3
|
* GPS driver: Set RTC from Ashtech receivers as wellLorenz Meier2015-01-041-2/+15
|
* GPS driver: UBX time handling for all protocol revisionsLorenz Meier2015-01-041-10/+11
|
* GPS driver: Check return value of settime and notify shell if call failsLorenz Meier2015-01-041-1/+3
|
* GPS driver: Fixed implicit cast causing time logic errors. Found by @ZefzLorenz Meier2015-01-041-2/+2
|
* GPS: Update the RTC even when RTC is enabledLorenz Meier2015-01-031-5/+6
|
* GPS: be less verboseLorenz Meier2014-11-221-1/+0
|
* Checking if fix status is less or equal to 0 rather than just equalDenis Yeldandi2014-10-101-1/+1
|
* Fixed issue #1382Denis Yeldandi2014-10-102-12/+42
| | | | | | | | | | | | - Ashtech driver is no longer checking fix status from comparing coordinates to 0.0;0.0;0.0, instead it's checking fix type in GGA or checking coordinate exsistance in POS. This removes compiler warning about float euqality comparison. - Fixed compiler warning about comparison between signed and unsigned int - Fixed compiler warning about class property masking
* Got rid of str_scanDec and scanFloat64.Denis Yeldandi2014-10-091-114/+56
| | | | | | - Replaced str_scanDec and scanFloat64 with strtol and strtod. - Added __attribute__ ((unused)) to yet unused variables - Added initialization for a few variables
* Multiple fixes:Denis Yeldandi2014-10-091-22/+17
| | | | | | | - Fixed boad - board typo - Ashtech initialization string is const char* now - Using standard M_PI constant instead of locally defined one - Removed float32_t and float64_t in favor of standard float and double
* Non-ascii characters cleanupDenis Yeldandi2014-10-091-3/+3
|
* Removed VTG message parsingDenis Yeldandi2014-10-091-36/+0
|
* More code style fixesDenis Yeldandi2014-10-091-4/+4
|
* Code style fixDenis Yeldandi2014-10-093-515/+605
|
* Merge branch 'master' into ashtech_hi_freqDenis Yeldandi2014-10-082-0/+29
|\
| * remove warnxThomas Gubler2014-10-051-2/+0
| |
| * ubx: disable sbas configuration per defaultThomas Gubler2014-09-301-0/+2
| |
| * ubx: add sbas config, default to disableThomas Gubler2014-09-222-0/+29
| |
* | PASHS,POP,20 is needed for 20Hz configurationDenis Yeldandi2014-10-061-1/+2
| |
* | Merge branch 'ashtech' into ashtech_hi_freqDenis Yeldandi2014-10-041-1/+1
|\ \
| * | Fixed km/h -> knots in POSDenis Yeldandi2014-10-041-1/+1
| | |
* | | Increased ashtech POS frequency and increased baudrateDenis Yeldandi2014-10-021-3/+5
|/ /
* / Ashtech GPS driverDenis Yeldandi2014-09-304-0/+731
|/
* gps: Flash efficiencyLorenz Meier2014-07-121-0/+2
|
* GPS driver: Print velocity as part of status commandLorenz Meier2014-07-111-1/+3
|
* Use NAV-PVT with ubx7 and ubx8 modulesKynos2014-07-033-23/+113
| | | | This replaces NAV-SOL, NAV-POSLLH, NAV-VELNED and NAV-TIMEUTC.
* Added NAV-TIMEUTC valid flag definesKynos2014-07-031-2/+9
|
* gps: Comment-only fixLorenz Meier2014-07-021-1/+1
|
* Merged upstream master into gnss_rework branchKynos2014-06-303-9/+9
|\
| * Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-092-2/+15
| |\ | | | | | | | | | | | | Conflicts: src/modules/position_estimator_inav/position_estimator_inav_main.c
| | * ubx: send update only if got POSLLH & VELNED & TIMEUTCAnton Babushkin2014-05-302-87/+100
| | |
| | * ubx: disable all debug messagesAnton Babushkin2014-05-301-85/+85
| | |
| * | Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-031-2/+2
| |\| | | | | | | | | | | | | Conflicts: src/modules/navigator/navigator_main.cpp
| | * ubx driver: fix unit of speed and position accuracy estimateThomas Gubler2014-05-301-2/+2
| | |
| * | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-2/+2
| | | | | | | | | | | | navigator only for execution (WIP)
| * | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-267-31/+97
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/gps/gps.cpp src/drivers/gps/mtk.cpp src/modules/commander/commander.cpp src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp src/modules/navigator/mission.cpp src/modules/navigator/mission.h src/modules/navigator/navigator_main.cpp src/modules/navigator/navigator_state.h src/modules/position_estimator_inav/position_estimator_inav_main.c
| * | Merge remote-tracking branch 'px4/ekf_params' into ↵Julian Oes2014-04-271-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | navigator_cleanup_ekf_home_init Conflicts: src/drivers/gps/gps.cpp
| * | | eph and epv renaming, make this compile againJulian Oes2014-04-263-7/+7
| | | |
| * | | gps driver: fake mode: lower eph and epv values in order to convince the ↵Thomas Gubler2014-04-181-2/+2
| | | | | | | | | | | | | | | | commander that the gps signal is valid
* | | | Define NAV-PVT messageKynos2014-06-211-0/+50
| | | |
* | | | Store hash instead of full strings for SW & HW versionKynos2014-06-162-11/+45
| | | |
* | | | Request and display MON-VER message at startupKynos2014-06-162-10/+84
| | | |
* | | | Merge sAcc & pAcc scaling fix from branch inav_gps_delayKynos2014-06-151-2/+2
| | | |
* | | | Remove unreferenced SVINFO length definesKynos2014-06-131-4/+0
| | | |
* | | | U-blox driver rework,, step 4Kynos2014-06-133-757/+849
| | | | | | | | | | | | | | | | Config phase and parser rewrite