|
Coverage Control Library
|
#include <abstract_controller.h>
Inheritance diagram for AbstractController:Public Member Functions | |
| virtual PointVector | GetActions ()=0 |
| virtual int | ComputeActions ()=0 |
The class AbstractController is an abstract class for coverage control algorithms. It provides a common interface for all coverage control algorithms. Pure virtual functions: GetActions and ComputeActions
Definition at line 45 of file abstract_controller.h.
|
pure virtual |
Pure virtual function to compute the actions for the robots
Implemented in CentralizedCVT, ClairvoyantCVT, DecentralizedCVT, NearOptimalCVT, OracleBangExploreExploit, and OracleExploreExploit.
|
pure virtual |
Pure virtual function to get the actions for the robots
Implemented in CentralizedCVT, ClairvoyantCVT, DecentralizedCVT, NearOptimalCVT, OracleBangExploreExploit, and OracleExploreExploit.