|
Algorithm 2 Landmark estimation algorithm. |
Initialisation
while Robot is moving do
if Landmark detected then
while Landmark list do
if New landmark detected then
Add to the map the new location
end if
if Old landmark detected then
Load into the state vector the old location
Update system LPV matrices (22) )
LPV-KF
LPV-KF
Store new estimation
end if
end while
if No landmark detected then
LPV-KF
LPV-KF
end if
end if
Update robot position, and wait until next movement
end while
|