-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The input is empty #2
Comments
Hello, Can you elaborate more on where you are experiencing the issue? Or if you can show me your terminal output? |
[pcl::NormalEstimation::compute] input_ is empty! The submaps create online by Gazebo and i tried to merge them online |
the output terminal is: even i used harries keypionts?? |
Based on the output, it is failing at the step to compute surface normals because there is no input (i.e. no cloud). Let's check whether it is a case of there being no input pointcloud. Under
|
thank you for your response @leonardlohky , I notice that the code work when I stop the outlier filter. So if I stop this filter the outliers value will take into account so how can i remove these values and keep the code work at the same time? |
@BamsaAhmed when you mention outlier filter, do you mean the outliers_min_neighbours param? If stopping the outlier filter solves the issue, then I recommend reducing the value of the param in your launch file. But bear in mind that the lower the value, the more noisy outlier points there might be in your map |
hi i have another issue |
@BamsaAhmed
|
when I try to us this package, I have the following :
The input is empty
I tried all types but the same problem, can you tell me the solution??
The text was updated successfully, but these errors were encountered: