laserIMUCalibration
main.cpp File Reference
#include <dirent.h>
#include <vector>
#include <string>
#include <iostream>
#include <pcl/common/io.h>
#include <pcl/io/pcd_io.h>
#include "laserNAVCalib.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Typedefs

typedef pcl::PointNormal PointT
 
typedef pcl::PointCloud< PointTpointCloud
 

Functions

std::vector< std::string > open (std::string path=".")
 
int main (int argc, char *argv[])
 

Detailed Description

Typedef Documentation

typedef pcl::PointCloud<PointT> pointCloud

Definition at line 19 of file main.cpp.

typedef pcl::PointNormal PointT

Definition at line 18 of file main.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 38 of file main.cpp.

Here is the call graph for this function:

std::vector<std::string> open ( std::string  path = ".")

Definition at line 21 of file main.cpp.

Here is the caller graph for this function: