Commit Graph

2334 Commits

Author SHA1 Message Date
Thomas Gubler 0700a4f6b8 att pos estimator: correctly initialize fusionModeGPS variable, this makes the system use gps again and hence fixes the huge drift problems 2014-06-15 14:46:30 +02:00
Thomas Gubler bd8b071875 att pos estimator: on reset use projected gps position instead of [0,0,0] to set position state 2014-06-15 12:15:25 +02:00
Thomas Gubler de5c3580b3 adding individual warnings for all defined reset conditions 2014-06-15 10:56:07 +02:00
Thomas Gubler 582a082fb4 Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 2014-06-15 10:54:42 +02:00
Thomas Gubler 6d8dfd78f1 sdlog2/mtecs: fix length of field name 2014-06-14 15:54:24 +02:00
Thomas Gubler 3aed00d8d7 Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 2014-06-13 23:39:09 +02:00
Thomas Gubler 195c4005e1 mtecs: update default params 2014-06-13 23:36:26 +02:00
Lorenz Meier a419a2ebf3 Report excessive covariances 2014-06-12 15:57:13 +02:00
Lorenz Meier 3685ec5c97 Loosen velocity threshold to 20 m/s to only catch the really bad instances and let the system live in peace else 2014-06-12 15:52:15 +02:00
Lorenz Meier 7983e105bf Much more aggressive reset logic bounding the filter effectively 2014-06-12 15:28:21 +02:00
Thomas Gubler ee34c1681b Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 2014-06-12 10:06:51 +02:00
Thomas Gubler f9946c98a8 mtecs: filter airspeed 2014-06-11 21:03:27 +02:00
Thomas Gubler a1bcd5d313 mtecs: small cleanup, move subclass to own file 2014-06-11 20:22:37 +02:00
Thomas Gubler 7fa5458bc6 mtecs: add D gain for speed outer loop 2014-06-11 19:51:33 +02:00
Thomas Gubler e548eeb589 Merge remote-tracking branch 'upstream/master' into mtecs 2014-06-11 19:44:17 +02:00
Lorenz Meier 5602d5dfa3 New gyro offset based divergence detection and protection. Pending flight tests 2014-06-10 23:14:57 +02:00
Julian Oes 064a75a3c2 mavlink: put update call back in 2014-06-10 15:02:20 +02:00
Julian Oes d5c0933d65 mavlink: report global position setpoint and do this always no just when updated, otherwise the values are not visible in QGC 2014-06-10 14:29:17 +02:00
Andrew Chambers 128389d3b1 Converted style to work with wiki. Cleaned up bad fields. 2014-06-09 16:01:44 -07:00
Lorenz Meier 2219dd3fc6 Undo hacking 2014-06-07 20:16:41 +02:00
Lorenz Meier 33f98abf80 Fill error report 2014-06-07 20:16:17 +02:00
Lorenz Meier f4075b5623 Switching back to 23 states, fixed mag update logic 2014-06-07 16:06:18 +02:00
Lorenz Meier b9a3fa60bc Add support for 21 and 23 state estimators. Promoto a number of small delta variables to double 2014-06-07 13:03:11 +02:00
Lorenz Meier 5bf68dad94 Rename / move 23 state filter 2014-06-07 12:52:06 +02:00
Lorenz Meier 3e66d7e0c9 Merge pull request #1028 from PX4/inav_gps_delay
position_estimator_inav: GPS delay compensation
2014-06-07 11:13:36 +02:00
Thomas Gubler b5e70927d7 Merge remote-tracking branch 'upstream/master' into mtecs_estimator 2014-06-07 10:14:16 +02:00
Lorenz Meier c4e2232078 Remove unused loiter radius parameter. Fixes #1042 2014-06-06 08:13:05 +02:00
Anton Babushkin 3306737361 mavlink: send MISSION_REQUEST after short timeout when receiving mission, remove all "target id mismatch" warnings 2014-06-06 00:42:02 +02:00
Lorenz Meier 241837c9df change numbers in printing routine to match 0-based indices 2014-06-05 17:03:31 +02:00
Lorenz Meier ba36890ef3 sdlog2: Fix estimator state labels 2014-06-05 16:59:18 +02:00
Thomas Gubler eede0a93d3 Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 2014-06-04 18:43:51 +02:00
Thomas Gubler e03411fc89 mtecs: more comments for params 2014-06-04 18:43:30 +02:00
Lorenz Meier fffd3c5d12 Fix format specifier 2014-06-04 10:32:46 +02:00
Lorenz Meier 5aef22310e Ensure states are actually copied in non-error mode 2014-06-04 10:31:23 +02:00
Lorenz Meier 19154f29d8 Copy estimator status updates to system status logging 2014-06-04 09:52:34 +02:00
Lorenz Meier cf67e810a4 More detailed estimator status feedback 2014-06-04 09:52:21 +02:00
Lorenz Meier 77a4711ff9 Log extended estimator status 2014-06-04 09:51:40 +02:00
Lorenz Meier 7a6d33ba47 Extend estimator status 2014-06-04 09:51:14 +02:00
Lorenz Meier ed65d1748e Fix initialization of position variable 2014-06-03 17:55:33 +02:00
Lorenz Meier 0ff1195c36 Merge branch 'master' into mtecs_estimator 2014-06-03 16:43:37 +02:00
Lorenz Meier 5624c1406a Hotfix: Better microSD reporting 2014-06-03 16:43:15 +02:00
Lorenz Meier 94bed70e32 Reworked the estimator initialization and recovery logic. Should be more resilient to mishaps now 2014-06-03 16:37:58 +02:00
Lorenz Meier da5b60adab Merge branch 'master' of github.com:PX4/Firmware 2014-06-03 13:37:42 +02:00
Lorenz Meier 325d5026bb Hotfix: Fix scaling for battery current 2014-06-03 13:37:31 +02:00
Thomas Gubler 7df87187c0 Merge remote-tracking branch 'upstream/mtecs' into mtecs_wind_estimate 2014-06-02 18:36:00 +02:00
Thomas Gubler eb02c6ce49 mtecs: disable underspeed mode in takeoff mode (as the comment says) 2014-06-02 18:28:18 +02:00
Lorenz Meier 41a763a50e Fix log format specifier 2014-06-01 15:39:38 +02:00
Lorenz Meier bc24691de2 Merge branch 'mtecs' into mtecs_wind_estimate 2014-06-01 15:37:27 +02:00
Lorenz Meier fecbebc5a6 Merge branch 'master' of github.com:PX4/Firmware into mtecs 2014-06-01 15:37:14 +02:00
Lorenz Meier ad811304c8 actuator_armed: Fixed comments and doxygen, no C-level changes 2014-06-01 15:36:26 +02:00