#include <time.h>
#include <string.h>
#include <cairo.h>
#include <cairo-pdf.h>
#include <options/options.h>
#include "../csm/csm_all.h"
#include "../csm/laser_data_drawing.h"
#include "../csm/laser_data_cairo.h"
Go to the source code of this file.
First of all, we read the entire map into memory
Let's find the bounding box for the map
Definition at line 109 of file log2pdf.c.
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Initial value:=
"This program draws laser scans.\n"
"\n"
"IMPORTANT: it is likely you have to set one or more parameters. \n"
" the default parameters are OK to draw very long laser logs\n\n"
Definition at line 47 of file log2pdf.c.