Struct MapBaseConfig
Defined in File map_base.h
Inheritance Relationships
Base Type
public wavemap::ConfigBase< MapBaseConfig, 3 >
(Template Struct ConfigBase)
Struct Documentation
-
struct MapBaseConfig : public wavemap::ConfigBase<MapBaseConfig, 3>
Base config struct for maps.
Public Functions
-
inline MapBaseConfig(FloatingPoint min_cell_width, FloatingPoint min_log_odds, FloatingPoint max_log_odds)
Public Members
-
Meters<FloatingPoint> min_cell_width = 0.1f
Maximum resolution of the map, set as the width of the smallest cell that it can represent.
-
FloatingPoint min_log_odds = -2.f
Lower threshold for the occupancy values stored in the map, in log-odds.
-
FloatingPoint max_log_odds = 4.f
Upper threshold for the occupancy values stored in the map, in log-odds.
-
inline MapBaseConfig(FloatingPoint min_cell_width, FloatingPoint min_log_odds, FloatingPoint max_log_odds)