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

problem while installing grid_map_cv package: fatal error: filters/filter_base.hpp: can't find that file or directory #292

Closed
mark9714 opened this issue Apr 7, 2021 · 5 comments

Comments

@mark9714
Copy link

mark9714 commented Apr 7, 2021

截屏2021-04-07 上午9 33 42

When I try to install grid_map,I've got some problem like this.Did any body have something like this?Actually,I don't know what the filters library is.

@bach05
Copy link

bach05 commented Apr 8, 2021

Hi,
I had the some problem. I solved by substitute in every file <filters/*.hpp> with <filters/*.h>.

It works fine up to now.

@mark9714
Copy link
Author

mark9714 commented Apr 8, 2021

@bach05 thank you so much!!I have solved the problem with your help.

@maximilianwulf
Copy link
Collaborator

Just to be sure, you experienced these issues with melodic, right?

@rosrookie
Copy link

Hi, I had the some problem. I solved by substitute in every file <filters/*.hpp> with <filters/*.h>.

It works fine up to now.

Works for me too, thanks. This happens on ros melodic.

@WfHit
Copy link

WfHit commented Oct 10, 2023

So, using " ln -s /opt/ros/melodic/include/filters/filter_base.h /opt/ros/melodic/include/filters/filter_base.hpp " seems more convenient 😃

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

5 participants