aboutsummaryrefslogtreecommitdiff
path: root/apps/sensors
Commit message (Expand)AuthorAgeFilesLines
* 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-122-11/+43
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-112-6/+36
* Fixed calibration routines to ignore previous offsets during calibration, add...Lorenz Meier2012-09-112-34/+46
* Be a bit quieter and more forgiving about various system configuration and dr...px4dev2012-09-101-14/+7
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-081-0/+16
* 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
* More black magic put into the attitude estimation - works nicely nowLorenz Meier2012-08-291-1201/+0
* 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-272-5/+14
* 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-252-84/+127
* Factor out the ADC code.px4dev2012-08-251-40/+46
* Run accel/gyro at 500Hz as intended.px4dev2012-08-251-2/+2
* Fix sensor subscriptions.px4dev2012-08-251-34/+46
* Let's do the sensors in C++. It's much tidier.px4dev2012-08-253-0/+1078
* Fixed a few readout bugs in sensors appLorenz Meier2012-08-251-26/+24
* Improved param load / store text feedback, ported sensors app to new driver m...Lorenz Meier2012-08-251-545/+309
* improvements / debugging on I2C driversLorenz Meier2012-08-241-15/+23
* Added required scalings, added gyro to MPU6000 test, changed sensors app to r...Lorenz Meier2012-08-241-90/+149
* Bolted new param interface into the sensors app, continuing porting across co...Lorenz Meier2012-08-231-58/+243
* Sensor readout, testing and driver adjustmentsLorenz Meier2012-08-222-101/+234
|\
| * Working towards full sensor flexibilityLorenz Meier2012-08-162-106/+235
* | Fixed a bunch of issues in the arming state machine for multirotors, arming /...Lorenz Meier2012-08-221-1/+1
* | Merged parameter changesLorenz Meier2012-08-221-0/+62
|\ \
| * | Added more params, old read-in code not yet replacedLorenz Meier2012-08-211-6/+10