PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

1 year ago in Robotics By Kriya

What techniques are used to merge individual maps created by multiple robots in a swarm into a single coherent map?

What are the primary algorithms for fusing individual maps from a robot swarm into one global map?

All Answers (1 Answers In All)

By Sneha Answered 8 months from now

Common methods include feature-based matching, where robots identify and align common landmarks, and grid-based approaches using occupancy grids. Algorithms often rely on iterative closest point (ICP) for alignment or use a central server/fusion algorithm to combine map data based on estimated robot poses, sometimes facilitated by inter-robot communication or detection.

Your Answer