Home > Back-end >  PCLS input error between PCD file problems
PCLS input error between PCD file problems

Time:09-16

The code is as follows:
#include
#include
#include

Int
The main (int arg c, char * * argv)
{
Photo: : PointCloud : : Ptr cloud (new photo: : PointCloud
If (PCLS: : IO: : loadPCDFile (" 140107. PCD, "* cloud)==1)//* open point cloud file
{
PCL_ERROR (" Couldn 't read the file test_pcd. PCD \ n ");
The return (1);
}
STD: : cout<& lt;" The Loaded "
<& lt;" The data points from test_pcd. PCD with the following fields:
"For (size_t I=0; ISTD: : cout<& lt;" " x
<& lt;" "<& lt;" "
Return (0);
}
[I]
Would you please tell me why, complains?

CodePudding user response:

You look at the inside of the PCD file data, digits super will quote this wrong,

CodePudding user response:

You read the point cloud file should be put in the same folder below to run the program

CodePudding user response:

May I have your this problem solved? How to solve the
  • Related