|
Army ant simulation
|
Implement the RobotController class. This class act as a supervisor for the Robots. More...
#include "Robot.h"

Go to the source code of this file.
Classes | |
| class | RobotController |
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.
Definition in file RobotController.h.
1.8.14