Research Article

FastSLAM Using Compressed Occupancy Grids

Algorithm 7

Updated compression algorithm that represents the compressed occupancy grids with a set of coefficients and corresponding indices.
() procedure FASTCOMPRESSION
()    = SORT(abs(), “descend”)
()   for  ,   do
()     
()     
()   end for
() end procedure