30 #ifndef _MIRA_MAPPINGPARAMETER_H_ 31 #define _MIRA_MAPPINGPARAMETER_H_ 48 template <
typename Reflector>
51 r.property(
"FreespaceThreshold",
freespaceThreshold,
"Freespace threshold for maps", 100);
52 r.property(
"ObstacleThreshold",
obstacleThreshold,
"Obstacle threshold for maps", 100);
61 template <
typename Reflector>
64 r.property(
"GlobalThreshold",
global,
"Global thresholds for maps",
Thresholds(100, 100));
65 r.property(
"LocalThreshold",
local,
"Local thresholds for maps",
Thresholds(140, 100));
71 "Minimum time an obstacle must be observed, before it is included" 72 "as static obstacle into the global map in seconds", 3.0f);
int freespaceThreshold
Definition: MappingParameter.h:56
Thresholds()
Definition: MappingParameter.h:44
Thresholds global
Definition: MappingParameter.h:78
void reflect(Reflector &r)
Definition: MappingParameter.h:49
float maxObstacleDistance
Definition: MappingParameter.h:81
float minObstacleObservationTime
Definition: MappingParameter.h:83
void reflect(Reflector &r)
Definition: MappingParameter.h:62
Thresholds local
Definition: MappingParameter.h:77
float minObstacleDistance
Definition: MappingParameter.h:80
Definition: MappingParameter.h:38
Thresholds(int obstacle, int freespace)
Definition: MappingParameter.h:45
Definition: MappingParameter.h:42
int obstacleThreshold
Definition: MappingParameter.h:55