All work should be done on your own and any collaboration or additional resources should be indicated on your assignment.

Instructions

In Robotics Studio, create an individual simulated agent to work as part of a robot coalition.

This agent should be able to communicate with other agents designed by your team. Each of the robots should implement that following API:

ToDo: Figure out the best way to standardize robot communication in Robotics Studio and design simple API.

Your robots will be responsible for locating the black box within the search space. You will be given a map with the major landmarks in the scene.

Artifacts

Your grade for this assignment will be based on the submission of:

  1. Code implementing the collaboration API.