More small fixes

This commit is contained in:
MBulli
2018-09-16 20:31:21 +02:00
parent 1efb98ab3f
commit e72bcae7af
3 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ Especially, methods using relative measurements like pedestrian dead reckoning a
Nevertheless, this method is very easy to implement and we expect that the system should be able to recover from nearly every situation regardless of the cause.
A second method we suggest within this paper is a simplified version of our approach presented in \cite{Fetzer-17}.
Here, we used an additional, very simple particle filter to monitor if our primary (localisation) filter suffers from sample impoverishment.
Here, we used an additional, very simple particle filter to monitor if our primary (localization) filter suffers from sample impoverishment.
If that is true, both filters are combined by exchanging particles among each other.
This allows the primary filter to recover, while retaining prior knowledge.
However, we believe that such a combination of two independent filters is not necessary for most scenarios and thus the resulting overhead can be avoided.