Skip to content
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

PCODAR: various fixes / tuning #151

Merged
merged 5 commits into from
Nov 2, 2018
Merged

PCODAR: various fixes / tuning #151

merged 5 commits into from
Nov 2, 2018

Conversation

kev-the-dev
Copy link
Contributor

closes #147

A few fixes / updates for PCODAR:

  • replace the statistical outlier filter with a radius-neighbor filter, which eliminates noisey sensor data more effectively in experimental testing with bag data
  • Catch the case where the filter removes all points and provide a more useful ROS warning until letting PCL spam the console
  • Fix a bug in the object associator relating to pcl::Search returning squared distance, not distance
  • Tune the default parameter values to adjust to the above changes

@ghost ghost assigned kev-the-dev Oct 31, 2018
@ghost ghost added the review label Oct 31, 2018
@Grymestone Grymestone merged commit 38ae758 into master Nov 2, 2018
@ghost ghost removed the review label Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PCODAR: improve filtering
2 participants