aboutsummaryrefslogtreecommitdiff
path: root/apps/sensors
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Porting to new param interface, updated mixersLorenz Meier2012-08-201-1/+59
* | | Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-211-5/+4
|/ /
* | fixed sensors error printingpixhawk2012-08-201-2/+3
* | Testing larger stack for sensors appLorenz Meier2012-08-201-1/+2
* | Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-191-1/+1
* | Cleaned up position control (WIP), moved PID structs (should become classes) ...Lorenz Meier2012-08-191-1/+1
* | Fixed incorrect scaling of acceleration valuesLorenz Meier2012-08-191-3/+3
* | Added simple, but complete code exampleLorenz Meier2012-08-191-11/+34
* | Changed mavlink and sensors apps to deamons, now started with mavlink start a...Lorenz Meier2012-08-191-6/+46
* | State machine cleanup, introduced variable rates for MAVLink depending on the...Lorenz Meier2012-08-181-1/+1
* | Fixed PI wrapping code, debugging more sensor code, possible misalignment of ...Lorenz Meier2012-08-171-6/+6
* | Fixed mag axis assignment, fixed mag calibrationLorenz Meier2012-08-172-5/+5
* | Minor tweaks and command parsing debuggingLorenz Meier2012-08-161-1/+1
* | mag cal, scaling of throttleLorenz Meier2012-08-161-2/+2
|/
* Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-132-2/+6
* Added manual control abstraction layer, reworked sensors and ardrone_control ...Lorenz Meier2012-08-111-8/+51