#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <gmapping/utils/point.h>
#include "gmapping/particlefilter/particlefilter.h"
Go to the source code of this file.
|  | 
| #define | test(s)   {cout << s <<  " " << flush;} | 
|  | 
| #define | testOk()   {cout << "OK" << endl;} | 
|  | 
◆ test
      
        
          | #define test | ( |  | s | ) | {cout << s <<  " " << flush;} | 
      
 
 
◆ testOk
      
        
          | #define testOk | ( |  | ) | {cout << "OK" << endl;} | 
      
 
 
◆ main()
      
        
          | int main | ( | unsigned int | argc, | 
        
          |  |  | const char *const * | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ printParticles()
      
        
          | ostream& printParticles | ( | ostream & | os, | 
        
          |  |  | const vector< Particle > & | p | 
        
          |  | ) |  |  |