Questions: Swarm Robotics and Multi-Agent Coordination

1 questions to test your understanding

Score: 0 / 1
Question 1 Multiple Choice

A swarm of 100 identical robots must collectively search a large area for targets. Each robot runs the same simple local behavior: move forward, if no neighbors seen within radius R, move in a random direction; if neighbors are nearby, maintain distance d from them and move toward unexplored regions. This is a decentralized search without central planning. What is an advantage and a limitation of this approach?

AAdvantage: no central coordination overhead, simple; Limitation: robots may revisit the same area and search inefficiently
BAdvantage: inherent parallelism and scalability; Limitation: robots cannot guarantee complete coverage or quick convergence without communication
CAdvantage: robots can communicate implicitly through stigmergy (modifying the environment); Limitation: robot count is limited by swarm dynamics
DNo advantages; this approach is clearly inferior to a centralized planner