Map generation node.  
 More...
|  | 
| void | mapCallback (const nav_msgs::OccupancyGridConstPtr &map) | 
|  | 
|  | MapGenerator (const std::string &mapname, int threshold_occupied, int threshold_free) | 
|  | 
Map generation node. 
Definition at line 43 of file map_saver.cpp.
  
  | 
        
          | MapGenerator::MapGenerator | ( | const std::string & | mapname, |  
          |  |  | int | threshold_occupied, |  
          |  |  | int | threshold_free |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void MapGenerator::mapCallback | ( | const nav_msgs::OccupancyGridConstPtr & | map | ) |  |  | inline | 
 
 
      
        
          | std::string MapGenerator::mapname_ | 
      
 
 
      
        
          | bool MapGenerator::saved_map_ | 
      
 
 
      
        
          | int MapGenerator::threshold_free_ | 
      
 
 
      
        
          | int MapGenerator::threshold_occupied_ | 
      
 
 
The documentation for this class was generated from the following file: