|
cvt_pcd2octomap
0.1.0
Convert pcd file to octomap
|
Convert pcd file to binary octomap Detail things,..... Detail things,..... More...
#include <iostream>#include <assert.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <octomap/octomap.h>Functions | |
| int | main (int argc, char **argv) |
Convert pcd file to binary octomap Detail things,..... Detail things,.....
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function
Convert pcd file to binary octomap. This function uses pcl::PointXYZRGBA and octomap::OcTree
| [in] | argc | How many argument |
| argv | Concrete argument |