This project implements a 2D Occupancy Grid Mapping (OGM) pipeline — a fundamental component in modern robotics, autonomous driving, and perception systems. The system builds a probabilistic map of ...
Overview Occupancy grid mapping turns the environment into a probabilistic map of occupied and unoccupied cells. This is important for AV systems as it allows them to calculate whether certain areas ...