32#ifndef CPPSRC_CORE_INCLUDE_COVERAGECONTROL_PARAMETERS_H_
33#define CPPSRC_CORE_INCLUDE_COVERAGECONTROL_PARAMETERS_H_
187 void ParseParameters();
Class to store parameters.
int pRobotMapSize
Robot map saves what the robot has seen.
double pTimeStep
Each time step corresponds to pTimeStep seconds.
int pNumPolygons
Number of polygonal features.
int pNumRobots
Number of robots.
void SetConfig(std::string const &config_file)
int pNumGaussianFeatures
Bivariate Normal Distribution truncated after pTruncationBND * sigma.
double pUnknownImportance
void PrintParameters() const
double pPositionsNoiseSigma
int pMaxVertices
Maximum number of vertices in a polygon.
int pRobotPosHistorySize
Number of previous positions to store.
Parameters(std::string const &config_file)
bool pUpdateExplorationMap
double pCommunicationRange
Radius of communication (in meters)
bool pRobotMapUseUnknownImportance
Namespace for the CoverageControl library.