SLAM Algorithms

Simultaneous localization and mapping (SLAM) is the computational problem of constructing or updating a map of an unknown environment while simultaneously keeping track of an agent's location within it.

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 6 of 6 algorithms

See more
FastSlam2003O(mlogn)O(m \log n) per iterationO(mn)O(mn)
Compressed Extended KF2002O(n3)O(n^3)O(n2)O(n^2)
srba2002O(n2)O(n^2)O(n2)O(n^2)
Rao-Blackwellized Particle Filtering SLAM2001O(n2)O(n^2)O(n)O(n)
UKF2000O(n3)O(n^3)O(n2)O(n^2)
EKF SLAM1998O(n3)O(n^3)O(n2)O(n^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table