-
Notifications
You must be signed in to change notification settings - Fork 73
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
Compile error: fatal error: plan_env/ChunkStamps.h: No such file or directory #3
Comments
read readme carefully |
Sorry for my negligence |
I tried to recompile the project with catkin_make and still got this error |
So did I,so did you solve the problem ,and would you mind sharing the solution with me? |
I solved the problem by adding the following line in all CMakelists.txt files: |
Yes,First check the "Known issues" chapter on RADME.md,and then recompile the code |
it still occured after adding set(CMAKE_CXX_STANDARD 14) and recompile. |
When I compile the source code with
catkin_make
, I get the error: in multi_map_manager.h:7:10: fatal error: plan_env/ChunkStamps.h: There are no such files or directories. I checked in the source code that I really didn't find this file under the plan_env folder.The text was updated successfully, but these errors were encountered: