aboutsummaryrefslogtreecommitdiff
path: root/apps/attitude_estimator_ekf
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code style for attitude estimatorLorenz Meier2013-01-113-32/+42
|
* Added warning, needs more work on the rotation matrix outputLorenz Meier2013-01-091-0/+2
|
* Added offset parameters for roll, pitch and yawLorenz Meier2013-01-093-3/+19
|
* Reverting EKF change, as it did not really help.Lorenz Meier2013-01-061-25/+2
|
* Added accel magnitude check, added conversion functions for various standard ↵Lorenz Meier2012-12-292-5/+28
| | | | cases
* Added perf counter, cleaned upLorenz Meier2012-11-141-35/+8
|
* Silenced attitude ekf if not getting sensor data in HIL modeLorenz Meier2012-11-101-9/+18
|
* Reducing stack sizes to free some RAMLorenz Meier2012-10-301-1/+1
|
* Deleted old cruftLorenz Meier2012-10-262-378/+0
|
* Proper attitude initialization, finite check on attitude outputsLorenz Meier2012-10-251-3/+10
|
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
|
* Fixed a range of initialization issues in filter, does not any more emit NaN ↵Lorenz Meier2012-10-173-41/+36
| | | | in first iteration
* Controller and estimator updatesdaregger2012-10-1634-120/+249
|
* Wip on inner rate loopdaregger2012-10-161-4/+5
|
* Merged new EKF versionLorenz Meier2012-10-1633-685/+670
|
* Disable rate control, disable offset estimationLorenz Meier2012-10-131-3/+4
|
* working offboardtnaegeli2012-10-091-3/+3
|
* Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-041-1/+1
| | | | | | | Conflicts: apps/commander/commander.c apps/multirotor_att_control/multirotor_att_control_main.c apps/multirotor_att_control/multirotor_rate_control.c
* 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.
* Exposed measurement noise covariance and process noise covariance as MAVLink ↵Lorenz Meier2012-10-034-189/+381
| | | | parameters for attitude EKF
* Commit finished attitude estim cleanupLorenz Meier2012-10-031-0/+7
|
* Clean 250 Hz updates in filter, partial updates enabledLorenz Meier2012-10-031-16/+41
|
* Simplified pos estimator, ready for testsLorenz Meier2012-10-021-4/+4
|
* Minor cleanups in debug output and offboard control armingLorenz Meier2012-10-021-25/+25
|
* Updated update / telemetry rates, updated covarianceLorenz Meier2012-10-021-3/+6
|
* Updated EKF filter, fixed uploader (reverted to master)Lorenz Meier2012-10-0230-1302/+1029
|
* Merge branch 'master' of https://github.com/tnaegeli/Firmware into task_spawnLorenz Meier2012-10-011-6/+23
|\
| * EKFtnaegeli2012-10-011-6/+23
| |
* | Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+8
|/
* Enabled mag updates againLorenz Meier2012-09-211-1/+1
|
* Debugging output still enabled, fixed a number of additional issuesLorenz Meier2012-09-211-10/+43
|
* Fixed stupid interface bugs, workingLorenz Meier2012-09-213-13/+14
|
* Updated C files for attitude estimatorLorenz Meier2012-09-2128-34/+37
|
* Completely implemented offboard controlLorenz Meier2012-09-212-20/+38
|
* Fixes and style, deamonized filterLorenz Meier2012-09-191-20/+79
|\
| * Minor style and documentation cleanupsLorenz Meier2012-09-191-7/+2
| |
* | Minor cleanups, correct sensor scalingLorenz Meier2012-09-191-57/+17
| |
* | Updated EKF filter, untestedLorenz Meier2012-09-1934-846/+1499
|/
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-1/+1
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Fresh import of the PX4 firmware sources.px4dev2012-08-0430-0/+2788