aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_pos_estimator
Commit message (Expand)AuthorAgeFilesLines
...
* Moved to using references for arraysLorenz Meier2014-02-052-25/+22
* Merge branch 'paul_estimator' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-013-127/+170
|\
| * Rewrote the filter mainloop to match the order in the offboard simulator, add...Lorenz Meier2014-02-013-122/+163
| * Merge branch 'paul_estimator' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-01-312-2/+6
| |\
| * \ Merge branch 'paul_estimator' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-01-311-30/+39
| |\ \
| * | | Fix estimator timestamp handling for the two interface casesLorenz Meier2014-01-311-5/+7
* | | | Estimator initLorenz Meier2014-02-011-1/+1
| |_|/ |/| |
* | | Initializing variablesLorenz Meier2014-01-311-2/+5
* | | Testing missing init bit in array initializationLorenz Meier2014-01-311-0/+1
| |/ |/|
* | Fix a number of interface scaling / offset stupidities, should be closer to o...Lorenz Meier2014-01-311-30/+39
|/
* Update API to include baro altitude.Lorenz Meier2014-01-311-1/+3
* Updated to latest estimator versionLorenz Meier2014-01-312-107/+114
* Embedded estimator code locallyLorenz Meier2014-01-174-2/+2017
* Fixed perf initLorenz Meier2014-01-141-7/+7
* Better outputLorenz Meier2014-01-131-3/+3
* Tool command to print full filter statesLorenz Meier2014-01-121-4/+8
* Moved to sensor_combined topic for estimatorLorenz Meier2014-01-121-19/+129
* Switch to 21 state version, publish local position as wellLorenz Meier2014-01-071-1/+40
* Change slightly the way we handle timestamps, apply same unknown scaling as o...Lorenz Meier2014-01-051-10/+12
* 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
* 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