aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove debug output in commander spamming consoleLorenz Meier2014-06-221-1/+0
* 23 state estimator: Prepare GPS accel init (not yet active), clean up init callsLorenz Meier2014-06-222-13/+23
* estimator: Get offsets under control, prepare GPS acceleration based initiali...Lorenz Meier2014-06-221-7/+27
* MPU6K: Use usleep where usleep should be used instead of up_udelay()Lorenz Meier2014-06-221-1/+1
* Initialize velNED fields correctly, preventing a bogus initial filter resetLorenz Meier2014-06-211-1/+4
* estimator: Improve error reporting and status printing (less flash, better re...Lorenz Meier2014-06-211-192/+187
* Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-191-12/+12
|\
| * mavlink: only publish telemetry status from GCSJulian Oes2014-06-191-12/+12
* | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-192-17/+20
|\|
| * Merge pull request #1057 from achambers16/navigator_rewrite_modes_listJulian Oes2014-06-192-17/+20
| |\
| | * Added some commentsAndrew Chambers2014-06-121-0/+4
| | * Switched to using c-type arraysAndrew Chambers2014-06-122-10/+10
| | * Using a vector to store navigation modesAndrew Chambers2014-06-122-17/+16
* | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-196-15/+20
|\| |
| * | commander/navigator: renamed FS modes to RTL and RTGS (return to ground station)Julian Oes2014-06-196-15/+20
* | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-192-0/+23
|\| |
| * | mavlink: publish telemtry status without radio statusJulian Oes2014-06-192-0/+23
* | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-196-50/+142
|\| |
| * | commander: added some failsafe logicJulian Oes2014-06-186-50/+142
* | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-1811-137/+202
|\| |
| * | commander: modes display fixes, don't activate failsafe while disarmedAnton Babushkin2014-06-174-27/+66
| * | commander: failsafe_state removed, replaced with bool failsafe, navigation st...Anton Babushkin2014-06-169-118/+125
| * | mavlink: store last heartbeat time in telemetry_status topicAnton Babushkin2014-06-162-0/+19
* | | Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewr...Thomas Gubler2014-06-151-0/+1
|\| |
| * | mavlink: set current DO_JUMP repetitions to 0 initiallyJulian Oes2014-06-151-0/+1
* | | Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrit...Thomas Gubler2014-06-151-0/+1
|\ \ \
| * | | att pos estimator: correctly initialize fusionModeGPS variable, this makes th...Thomas Gubler2014-06-151-0/+1
* | | | Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrit...Thomas Gubler2014-06-151-3/+11
|\| | |
| * | | att pos estimator: on reset use projected gps position instead of [0,0,0] to ...Thomas Gubler2014-06-151-3/+11
* | | | Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrit...Thomas Gubler2014-06-152-1/+15
|\| | |
| * | | adding individual warnings for all defined reset conditionsThomas Gubler2014-06-151-0/+14
| * | | Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimatorThomas Gubler2014-06-151-1/+1
| |\ \ \
| | * | | sdlog2/mtecs: fix length of field nameThomas Gubler2014-06-141-1/+1
| * | | | Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimatorThomas Gubler2014-06-131-7/+7
| |\| | |
* | | | | Merge remote-tracking branch 'upstream/mtecs_estimator' into navigator_rewrit...Thomas Gubler2014-06-133-11/+75
|\| | | |
| * | | | Report excessive covariancesLorenz Meier2014-06-121-0/+6
| * | | | Loosen velocity threshold to 20 m/s to only catch the really bad instances an...Lorenz Meier2014-06-121-1/+1
| * | | | Much more aggressive reset logic bounding the filter effectivelyLorenz Meier2014-06-123-11/+69
| * | | | Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimatorThomas Gubler2014-06-1220-236/+638
| |\ \ \ \
* | \ \ \ \ Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewr...Thomas Gubler2014-06-1314-64/+65
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-131-7/+7
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | mtecs: update default paramsThomas Gubler2014-06-131-7/+7
| | | |/ / | | |/| |
| * | | | navigator: update Loiter navigator mode to use new method namesAnton Babushkin2014-06-132-5/+5
| | |_|/ | |/| |
| * | | navigator: rename update and reset calls to on_active and on_inactiveJulian Oes2014-06-127-21/+21
| * | | Merge branch 'navigator_rewrite' of github.com:PX4/Firmware into navigator_re...Julian Oes2014-06-1210-97/+232
| |\ \ \
| * | | | navigator: renamed the different RTL statesJulian Oes2014-06-125-31/+32
* | | | | Merge remote-tracking branch 'upstream/navigator_rewrite' into navigator_rewr...Thomas Gubler2014-06-1110-97/+232
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-1110-97/+232
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | mtecs: filter airspeedThomas Gubler2014-06-116-13/+32
| | * | mtecs: small cleanup, move subclass to own fileThomas Gubler2014-06-116-82/+181