CLI tool to convert pointclouds from CSV/TXT files to mp2p_icp mm. More...
#include <mp2p_icp/metricmap.h>
#include <mrpt/3rdparty/tclap/CmdLine.h>
#include <mrpt/maps/CColouredPointsMap.h>
#include <mrpt/maps/CPointsMapXYZI.h>
#include <mrpt/maps/CPointsMapXYZIRT.h>
#include <mrpt/maps/CSimplePointsMap.h>
#include <mrpt/math/CMatrixDynamic.h>
#include <mrpt/obs/CObservationPointCloud.h>
#include <mrpt/system/filesystem.h>
Go to the source code of this file.
Classes | |
struct | Cli |
Functions | |
int | main (int argc, char **argv) |
Variables | |
const char * | VALID_FORMATS = "(xyz|xyzi|xyzirt|xyzrgb)" |
CLI tool to convert pointclouds from CSV/TXT files to mp2p_icp mm.
Definition in file apps/txt2mm/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 111 of file apps/txt2mm/main.cpp.
const char* VALID_FORMATS = "(xyz|xyzi|xyzirt|xyzrgb)" |
Definition at line 24 of file apps/txt2mm/main.cpp.