#include <cstdlib>
#include <limits.h>
#include <gmapping/scanmatcher/scanmatcher.h>
#include <gmapping/gridfastslam/gfsreader.h>
#include <qpixmap.h>
#include <qpainter.h>
#include <qimage.h>
#include <qapplication.h>
#include <gmapping/utils/commandline.h>
Go to the source code of this file.
|  | 
| void | computeBoundingBox (double &xmin, double &ymin, double &xmax, double &ymax, const LaserRecord &laser, const OrientedPoint &pose, double maxrange) | 
|  | 
| void | computeBoundingBox (double &xmin, double &ymin, double &xmax, double &ymax, const RecordList &rl, double maxrange) | 
|  | 
| int | main (int argc, char **argv) | 
|  | 
| double | max (double a, double b) | 
|  | 
| double | min (double a, double b) | 
|  | 
◆ MAX_FILENAME
      
        
          | #define MAX_FILENAME   1024 | 
      
 
 
◆ MAX_LASER_BEAMS
      
        
          | #define MAX_LASER_BEAMS   1024 | 
      
 
 
◆ computeBoundingBox() [1/2]
      
        
          | void computeBoundingBox | ( | double & | xmin, | 
        
          |  |  | double & | ymin, | 
        
          |  |  | double & | xmax, | 
        
          |  |  | double & | ymax, | 
        
          |  |  | const LaserRecord & | laser, | 
        
          |  |  | const OrientedPoint & | pose, | 
        
          |  |  | double | maxrange | 
        
          |  | ) |  |  | 
      
 
 
◆ computeBoundingBox() [2/2]
      
        
          | void computeBoundingBox | ( | double & | xmin, | 
        
          |  |  | double & | ymin, | 
        
          |  |  | double & | xmax, | 
        
          |  |  | double & | ymax, | 
        
          |  |  | const RecordList & | rl, | 
        
          |  |  | double | maxrange | 
        
          |  | ) |  |  | 
      
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ max()
  
  | 
        
          | double max | ( | double | a, |  
          |  |  | double | b |  
          |  | ) |  |  |  | inline | 
 
 
◆ min()
  
  | 
        
          | double min | ( | double | a, |  
          |  |  | double | b |  
          |  | ) |  |  |  | inline |