FIND ME ON

GitHub

LinkedIn

Occupancy-grid mapping

🌱

Definition

In occupancy-grid Mapping, we represent our map as a discretization of our world into a 2D (or 3D) grid, m:=[mij],0iH,0jW\mathbf{m} := [\mathbf{m}_{ij}], 0 \le i\le H, 0 \le j \le W, where HH represents the height of the grid and WW the width. We say mij,(i,j)H×W\mathbf{m}_{ij},\,(i,j) ∈H \times W represents the probability that the cell (i,j)(i,j) is occupied. This can be represented similarly as in Feature-based mapping where we would like to compute at time tt the probability of our map given all our previous poses and observations p(mz[0,t],x[0,t])p(\mathbf{m} \mid z_{[0,t]},x_{[0,t]})

Linked from