configuration.h
Go to the documentation of this file.
1 #ifndef CONFIGURATION_H
2 #define CONFIGURATION_H
3 
4 #include <istream>
6 
7 namespace GMapping {
8 
10  public:
11  virtual ~Configuration();
12  virtual SensorMap computeSensorMap() const=0;
13 };
14 
15 };
16 #endif
17 
virtual SensorMap computeSensorMap() const =0
std::map< std::string, Sensor * > SensorMap
Definition: sensor.h:19


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22