#include <cstring>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <list>
#include <gmapping/utils/point.h>
#include "gmapping/gridfastslam/gfsreader.h"
Go to the source code of this file.
Macros | |
#define | MAX_LINE_LENGHT (1000000) |
Functions | |
int | main (int argc, const char *const *argv) |
#define MAX_LINE_LENGHT (1000000) |
Definition at line 10 of file gfs2log.cpp.
int main | ( | int | argc, |
const char *const * | argv | ||
) |
Definition at line 16 of file gfs2log.cpp.