Army ant simulation
Classes
RobotController.h File Reference

Implement the RobotController class. This class act as a supervisor for the Robots. More...

#include "Robot.h"
Include dependency graph for RobotController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RobotController
 

Detailed Description

Implement the RobotController class. This class act as a supervisor for the Robots.

It handles the collective behavior of the robots and the synchronization between them. The individual Robot object should be created via the RobotControlller. If it is not the case, the robot can be added afterward to the robotController via the addRobot(Robot& robot) method.

Date
26 sept. 2018
Author
lucie houel

Definition in file RobotController.h.