aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged masterLorenz Meier2014-01-055-21/+29
|\
| * Merge branch 'ppm_in'Lorenz Meier2014-01-044-21/+21
| |\
| | * Board config sweep / cleanup. No further functionality-relevant points foundLorenz Meier2014-01-023-17/+17
| | * Removed bogus 50 MHz setting, only relevant for outputsLorenz Meier2014-01-022-4/+4
| | * Merge branch 'master' of github.com:PX4/Firmware into ppm_inLorenz Meier2014-01-021-0/+1
| | |\
| | * | HOTFIX: Avoid running out of range on the RC config paramsLorenz Meier2014-01-021-1/+1
| | * | Final pin config for F1 PPM decoding, tested to be operational, pending in-ap...Lorenz Meier2014-01-022-2/+2
| | * | FMU-inspired PPM configLorenz Meier2014-01-022-2/+2
| * | | Merge pull request #576 from PX4/tecs_climboutThomas Gubler2014-01-021-0/+8
| |\ \ \ | | |_|/ | |/| |
| | * | tecs: change pitch on climbout #559 (ported from ardupilot)Thomas Gubler2014-01-021-0/+8
* | | | Added lots of instrumentation to ensure all data sources are coming in cleanLorenz Meier2014-01-031-1/+26
* | | | Merged estimator branchesLorenz Meier2014-01-021-5/+5
|\ \ \ \
| * | | | Filter returns some results. Needs careful range and unit checking, but on trackLorenz Meier2014-01-021-8/+8
* | | | | Compile fixes, publishing estimated attitude nowLorenz Meier2014-01-021-10/+34
|/ / / /
* | | | Fix up initLorenz Meier2014-01-021-48/+64
* | | | Use the already compensated mag vector and initialize offsets to zeroLorenz Meier2014-01-021-3/+4
* | | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-01-022-1/+2
|\| | |
| * | | HOTFIX: Avoid running out of range on the RC config paramsLorenz Meier2014-01-021-1/+1
| |/ /
| * / ESC calib: low PWM value was not setJulian Oes2014-01-021-0/+1
| |/
* | More fixes, but things are pretty NaN stillLorenz Meier2014-01-021-3/+8
* | Set new filter as default in HIL and fixed wing, fixes in estimator, WIPLorenz Meier2014-01-021-32/+44
* | Now actually loading data into the filter when running itLorenz Meier2014-01-021-13/+93
* | Use a really large amount of stack to avoid running out of itLorenz Meier2014-01-011-1/+1
* | Interfaced Pauls estimator, compiles, untestedLorenz Meier2014-01-012-34/+158
* | Added new estimator framework, actual estimation code not yet presentLorenz Meier2014-01-013-0/+549
|/
* HOTFIX: Increased attitude control updates to 50 Hz - was less than 10 Hz and...Lorenz Meier2013-12-311-1/+2
* Add note about multi-port support on GCS sideLorenz Meier2013-12-291-1/+2
* Support for more than 8 output portsLorenz Meier2013-12-291-14/+20
* Allow N comparisons of a param value, returns success if one matchesLorenz Meier2013-12-281-14/+21
* Merge remote-tracking branch 'px4/master' into control_groupsJulian Oes2013-12-271-4/+4
|\
| * Attitude_estimator_ekf: Fix params, this bug caused the multirotor_att_contro...Julian Oes2013-12-271-4/+4
* | PX4IO driver: even compiling nowJulian Oes2013-12-271-1/+1
* | Fix return valueLorenz Meier2013-12-271-3/+3
* | Allow to disable a channelLorenz Meier2013-12-272-3/+7
* | Working around creating an error condition with more than 8 raw RC channelsLorenz Meier2013-12-272-8/+4
* | Merged masterLorenz Meier2013-12-2712-69/+113
|\|
| * Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
| * Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| * Pure formatting cleanup of drv_hrt.c, no code / functionality changesLorenz Meier2013-12-271-37/+39
| * Paranoid PPM shape checkingLorenz Meier2013-12-271-9/+10
| * Changed RSSI range to 0..255Lorenz Meier2013-12-253-5/+5
| * Added PPM frame length feedback in IO comms and status command - allows to wa...Lorenz Meier2013-12-254-6/+23
| * Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-252-10/+30
| * Robustifiying PPM parsingLorenz Meier2013-12-231-1/+1
| * Added channel count to log formatLorenz Meier2013-12-232-1/+3
* | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
* | Merge branch 'master' of github.com:PX4/Firmware into control_groupsLorenz Meier2013-12-222-9/+38
|\|
| * Merge pull request #556 from PX4/ppm_parsingLorenz Meier2013-12-222-9/+38
| |\
| | * PPM channel count detection is now using a more paranoid approach.Lorenz Meier2013-12-202-9/+38
* | | Enable 18 channels on IOLorenz Meier2013-12-221-1/+1