Occupancy Grid Mapping

Mapping method
Reading time: less than 1 minute

What is an Occupancy Grid Map?

An occupancy grid is one of the simplest types of map that can be generated for robotics applications. The robot observes it’s surrounding area, and generates a map of which parts are occupied, and which parts are not.

Requirements

In order to generate an occupancy map, you need two things.

  1. The precise location and rotation of the robot
  2. A way to measure the distance to obstacles, such as a laser rangefinder, lidar or an ultrasound sensor

The robot does observations of the two data points regularly, and combines them to update its occupancy grid map.

Noise and precision

The algorithms for generating an occupancy grid map are probabilistic, meaning that they can handle noisy readings from the obstacle sensors. Unfortunately, keeping track of the position of robot is much more difficult. Without a precise position, the map will become very noisy and depending on the amount of inaccuracy, it might end up being completely unusable.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakliwikioccupancygrid,
  title   = "Occupancy Grid Mapping",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/wiki/occupancy-grid/"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Occupancy Grid Mapping", November, 2024. [Online]. Available: https://www.gkbrk.com/wiki/occupancy-grid/. [Accessed Nov. 12, 2024].
APA Style
Yaltirakli, G. (2024, November 12). Occupancy Grid Mapping. https://www.gkbrk.com/wiki/occupancy-grid/
Bluebook Style
Gokberk Yaltirakli, Occupancy Grid Mapping, GKBRK.COM (Nov. 12, 2024), https://www.gkbrk.com/wiki/occupancy-grid/

Comments

© 2024 Gokberk Yaltirakli