7796 Commits (0673740e0e0ed4bc2134805ee1d556b92d4b7da5)
 

Author SHA1 Message Date
Lorenz Meier 0673740e0e Initialize velNED fields correctly, preventing a bogus initial filter reset 11 years ago
Lorenz Meier 6bab694e45 estimator: Improve error reporting and status printing (less flash, better resolution), move check and reset logic to a position AFTER the filter init. Do not externally zero the filter on resets but let the reset logic handle this. 11 years ago
Julian Oes 302ef6bc4f Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes e0c78e51e3 mavlink: only publish telemetry status from GCS 11 years ago
Julian Oes ad7e0ee17f Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes 5bab3b1bac Merge pull request #1057 from achambers16/navigator_rewrite_modes_list 11 years ago
Julian Oes c23bc93681 Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes 62faa2ee51 commander/navigator: renamed FS modes to RTL and RTGS (return to ground station) 11 years ago
Julian Oes 32e2df3d08 Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes 94e004955d mavlink: publish telemtry status without radio status 11 years ago
Julian Oes eb1af6096e Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes e24925c743 commander: added some failsafe logic 11 years ago
Julian Oes efd05d701a Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Anton Babushkin 55e5f747de commander: modes display fixes, don't activate failsafe while disarmed 11 years ago
Anton Babushkin e0ed0625f8 commander: failsafe_state removed, replaced with bool failsafe, navigation state and failsafe determined directly from main state and conditions 11 years ago
Anton Babushkin 91f0b9eee4 mavlink: store last heartbeat time in telemetry_status topic 11 years ago
Thomas Gubler 171ea5e12b Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Thomas Gubler 80e95c628c Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrite_estimator 11 years ago
Thomas Gubler 0700a4f6b8 att pos estimator: correctly initialize fusionModeGPS variable, this makes the system use gps again and hence fixes the huge drift problems 11 years ago
Thomas Gubler 2f9415ffd8 Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrite_estimator 11 years ago
Thomas Gubler bd8b071875 att pos estimator: on reset use projected gps position instead of [0,0,0] to set position state 11 years ago
Julian Oes 9772aa5814 mavlink: set current DO_JUMP repetitions to 0 initially 11 years ago
Thomas Gubler eda926d7d5 Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrite_estimator 11 years ago
Thomas Gubler de5c3580b3 adding individual warnings for all defined reset conditions 11 years ago
Thomas Gubler 582a082fb4 Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 11 years ago
Thomas Gubler 6d8dfd78f1 sdlog2/mtecs: fix length of field name 11 years ago
Thomas Gubler 4ade5d5ab9 Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrite_estimator 11 years ago
Thomas Gubler 3aed00d8d7 Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 11 years ago
Thomas Gubler d4f9914d19 Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrite_estimator 11 years ago
Thomas Gubler 719779a07b Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Thomas Gubler a702a350ce Merge remote-tracking branch 'upstream/mtecs' into navigator_rewrite 11 years ago
Thomas Gubler 195c4005e1 mtecs: update default params 11 years ago
Anton Babushkin e14d475142 navigator: update Loiter navigator mode to use new method names 11 years ago
Andrew Chambers 51f05612eb Added some comments 11 years ago
Andrew Chambers e53c2ab985 Switched to using c-type arrays 11 years ago
Andrew Chambers 9bb8b12f43 Using a vector to store navigation modes 11 years ago
Julian Oes 3b39a8a789 navigator: rename update and reset calls to on_active and on_inactive 11 years ago
Julian Oes 59ae8cc054 Merge branch 'navigator_rewrite' of github.com:PX4/Firmware into navigator_rewrite 11 years ago
Julian Oes d48a8bc073 navigator: renamed the different RTL states 11 years ago
Lorenz Meier a419a2ebf3 Report excessive covariances 11 years ago
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 11 years ago
Lorenz Meier 7983e105bf Much more aggressive reset logic bounding the filter effectively 11 years ago
Thomas Gubler ee34c1681b Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimator 11 years ago
Thomas Gubler 214a8cab49 Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Thomas Gubler f4898b94c6 Merge remote-tracking branch 'upstream/mtecs' into navigator_rewrite 11 years ago
Julian Oes 8a8d46625b Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 11 years ago
Julian Oes d9a64bb587 navigator: don't give up after DO_JUMPS 11 years ago
Thomas Gubler f9946c98a8 mtecs: filter airspeed 11 years ago
Thomas Gubler a1bcd5d313 mtecs: small cleanup, move subclass to own file 11 years ago
Thomas Gubler 7fa5458bc6 mtecs: add D gain for speed outer loop 11 years ago