aboutsummaryrefslogtreecommitdiff
path: root/apps/sensors/sensors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Quickly separated low-level raw RC from mapped / scaled RC, supports FMU PPM ...Lorenz Meier2012-11-051-83/+115
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-031-13/+1
* Fixed extremely stupid copy-paste bug in mag scale loadingLorenz Meier2012-10-301-3/+3
* Calibration improvementLorenz Meier2012-10-291-0/+4
* Hoist the ADC and CAN board-specific pieces.px4dev2012-10-231-2/+0
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
* Merge branch 'daregger_rate_control' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-191-0/+1
|\
| * Initialized all sensor fields to zeroLorenz Meier2012-10-171-0/+1
* | Calibration WIP, not compilingLorenz Meier2012-10-171-4/+15
|/
* Sensor rate and throttle inversion fixesLorenz Meier2012-10-091-102/+26
* Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-031-1/+1
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-021-5/+6
|\
| * Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-5/+6
* | Fixed HIL joystick supportLorenz Meier2012-10-021-2/+0
|/
* Cleanup of lots of debugging printfsJulian Oes2012-09-271-1/+0
* ardrone flying now (still workaround of disabled rates controller)Julian Oes2012-09-261-1/+3
* Completely implemented offboard controlLorenz Meier2012-09-211-3/+5
* Debugging / fixing attitude aliasingLorenz Meier2012-09-171-1/+1
* Quite flyable stateLorenz Meier2012-09-121-1/+1
* Fixed index in loadingLorenz Meier2012-09-121-2/+2
* Committing WIPLorenz Meier2012-09-121-5/+8
* Merge branch 'rc_cleanup' of github.com:PX4/Firmware into gpsLorenz Meier2012-09-121-1/+5
|\
| * Compute the channel bound once before the loop runs.px4dev2012-09-121-1/+5
* | Re-enabled scaling for rollLorenz Meier2012-09-121-1/+1
|/
* Working on correct RC outputs without magic numbersLorenz Meier2012-09-121-3/+9
* Added ground estimator, fixed RC calibrationLorenz Meier2012-09-121-9/+11
* fixed up RC inputs, removed magic numbers, added dead zones, needs testingLorenz Meier2012-09-121-6/+38
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-111-6/+31
* Fixed calibration routines to ignore previous offsets during calibration, add...Lorenz Meier2012-09-111-25/+33
* Be a bit quieter and more forgiving about various system configuration and dr...px4dev2012-09-101-14/+7
* Sensor sending rate fixesLorenz Meier2012-09-071-0/+10
* Fixed correct setting of field update flagLorenz Meier2012-09-071-27/+48
* Added bitfield to encode updated dimensionsLorenz Meier2012-09-061-4/+4
* Various minor fixes and improvements across systemLorenz Meier2012-09-051-1/+1
* Turn off more debug output.px4dev2012-09-041-3/+1
* Checkpoint - this is worth an AR.Drone flight test. Fixed thrust scaling in s...Lorenz Meier2012-09-041-1/+1
* Let's not leave the R/C channel scaling factor as a NAN or INF. It makes man...px4dev2012-08-281-44/+22
* fixed range of debug printingLorenz Meier2012-08-281-2/+2
* left debug output active to allow finishing off this issueLorenz Meier2012-08-281-7/+15
* Merge branch 'params' of github.com:PX4/FirmwareLorenz Meier2012-08-281-11/+36
|\
| * params debuggingLorenz Meier2012-08-281-11/+36
* | Force a parameter update when the sensors thread starts.px4dev2012-08-281-3/+5
|/
* Added sensor offset settingLorenz Meier2012-08-271-1/+41
* Final parameter interface cleanup - removed last bit of old cruft, fixed a bu...Lorenz Meier2012-08-271-1/+25
* Minor cleanups, added more error verbosity, XXX parameters get now read it at...Lorenz Meier2012-08-271-3/+8
* Driver debugging (scaling, ranges, endianess) MPU-6000 needs more loveLorenz Meier2012-08-261-2/+2
* Fixed axis assignment and raw value outputs. Scaling and offsets to be doneLorenz Meier2012-08-261-17/+19
* Documentation, cleanup.px4dev2012-08-251-70/+127
* Factor out the ADC code.px4dev2012-08-251-40/+46
* Run accel/gyro at 500Hz as intended.px4dev2012-08-251-2/+2