Algorithm 4.
Algorithm of the EKF-SLAM based on the eigenvalues selection approach.
1: | Let Nt be set of the observed features at time t |
2: | Let Mt ⊆ Nt be the set of features with correct association at time t |
3: | Let LIM be the maximum number of features to be used in the correction stage |
4: | forj = 1 to min{LIM, ⧣Mt} do |
5: | find : argzmin(|Pt,j|) |
6: | |
7: | |
8: | |
9: | |
10: | |
11: | end for |