aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/ubx.c
Commit message (Collapse)AuthorAgeFilesLines
* Some timeout needed to be raised for now to make ubx with baudrate 9600 workingJulian Oes2013-01-211-1/+4
|
* Ubx configuration working again, gps app is still complicated and big but ↵Julian Oes2013-01-171-169/+87
| | | | should be wrking better now
* ubx with 38400 working, all messages seem to arrive, configuration procedure ↵Julian Oes2013-01-171-86/+247
| | | | is still funny (work in progress)
* The CFG-NAV5 dynamic model is now checked as wellJulian Oes2013-01-171-2/+60
|
* The config message was wrong, corrected (not tested)Julian Oes2013-01-171-1/+1
|
* Added ubx configuration CFG-NAV5 to airborne with less than 2g acceleration ↵Julian Oes2013-01-171-2/+8
| | | | (compiling, not tested)
* Made u-blox timeouts more forgivingLorenz Meier2012-11-151-1/+1
|
* GPS watchdog - health detection fixesNick Butcher2012-11-121-8/+4
|
* Fixed GPS status detectionLorenz Meier2012-11-121-5/+6
|
* Extended GPS struct with velocity vectorLorenz Meier2012-10-311-0/+4
|
* Final GPS state, not nice, but workingLorenz Meier2012-10-251-5/+5
|
* GPS tested and workingLorenz Meier2012-10-251-15/+17
|
* Merge branch 'master' of github.com:PX4/Firmware into gpsLorenz Meier2012-10-241-1/+1
|\
| * Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
| |
* | Better U-Blox struct packingLorenz Meier2012-10-231-1/+1
|/
* Fixed GPS lost issue, fixed accel scale initialization, fixed code style in ↵Lorenz Meier2012-10-081-0/+2
| | | | rate controller
* forgot to remove some rprintfsJulian Oes2012-09-201-9/+9
|
* gps starting and stopping should be working correctly now, ubx not ↵Julian Oes2012-09-201-34/+42
| | | | continuing whith configuring should be fixed
* fixed stacktrace which happened in configure_gps_ubx(int *fd) because of ↵Julian Oes2012-09-191-24/+24
| | | | faulty file descriptor argument, added possibility to stop gps daemon (only tested without gps attached)
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-1/+1
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+863