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

pointcloud filters bug find. #40

Open
asimay opened this issue Feb 29, 2016 · 3 comments
Open

pointcloud filters bug find. #40

asimay opened this issue Feb 29, 2016 · 3 comments

Comments

@asimay
Copy link
Contributor

asimay commented Feb 29, 2016

[ERROR] [1456740060.773385720]: Couldn't find filter of type laser_filters/PointCloudFootprintFilter
when use laser_filters/PointCloudFootprintFilter filter.
find the reason: scan_to_cloud_filter_chain.cpp listen the Pointcloud2 message, but point_cloud_footprint_filter.h send & plugin files registered with Pointcloud message. message is not coincide with each other, so compile is no error, but run error.

@jonbinney
Copy link
Contributor

Sounds like laser_filters/PointCloudFootprintFilter was never updated to use the PointCloud2 message type. Shouldn't be too hard to fix; any chance you could submit another PR for this? :-)

@jonbinney
Copy link
Contributor

Actually it looks like that filter is deprecated. Can you use "footprint filter" instead?

https://github.com/ros-perception/laser_filters/blob/indigo-devel/include/laser_filters/footprint_filter.h

It operates directly on laser scans.

@asimay
Copy link
Contributor Author

asimay commented Mar 1, 2016

yes. footprint filter maybe able to work. because it listens the laserscan massage, not Pointcloud massage, i just want to test point cloud filter. so maybe this project still need more development about newer's filters code.

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

No branches or pull requests

2 participants