#include <cstdlib>
#include <limits.h>
#include <scanmatcher/scanmatcher.h>
#include <gridfastslam/gfsreader.h>
#include <qpixmap.h>
#include <qpainter.h>
#include <qimage.h>
#include <qapplication.h>
#include <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) |
|
#define MAX_FILENAME 1024 |
#define MAX_LASER_BEAMS 1024 |
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 |
|
) |
| |
|
inline |
double min |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
inline |