aboutsummaryrefslogtreecommitdiff
path: root/apps/sensors
Commit message (Collapse)AuthorAgeFilesLines
* 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-172-4/+19
|/
* Sensor rate and throttle inversion fixesLorenz Meier2012-10-091-102/+26
|
* Fixed accel scale initializationLorenz Meier2012-10-081-3/+3
|
* Go back to the FIFO scheduler for now, as we don't have time to shake out ↵px4dev2012-10-031-1/+1
| | | | | | the RR scheduler changeover just yet. Make the "default" scheduler a centralized definition so that changes are easier in future.
* 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-122-11/+43
|
* Got rid of a bunch of magic numbers, manual controls can now be set up ↵Lorenz Meier2012-09-112-6/+36
| | | | fine-grained
* Fixed calibration routines to ignore previous offsets during calibration, ↵Lorenz Meier2012-09-112-34/+46
| | | | added scale compensation for MPU-6000
* Be a bit quieter and more forgiving about various system configuration and ↵px4dev2012-09-101-14/+7
| | | | driver non-issues.
* 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 ↵Lorenz Meier2012-09-041-1/+1
| | | | sensors for manual input, kind of fixed AR.Drone motor interface, very reliable now
* 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 ↵px4dev2012-08-281-44/+22
| | | | | | many things sad. Also, clean up the calculation of same. Really, is it easier to type out the same calculation 8 times, or perhaps you might be interested in this thing we call a 'loop'…
* 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 ↵Lorenz Meier2012-08-271-1/+25
| | | | bug on parameter update notification, cleaned up API slightly in naming
* Minor cleanups, added more error verbosity, XXX parameters get now read it ↵Lorenz Meier2012-08-272-5/+14
| | | | at maximum sensors speed, needs to be waiting on a param change notice (but not on the vehicle status topic, as before.
* 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
| | | | | | Default to publishing. Make the sensors command and the sensors task visibly distinct in a task listing. Correctly check for bma180/l3gd20 in use.