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

Compile error: fatal error: plan_env/ChunkStamps.h: No such file or directory #3

Closed
yonggaogit opened this issue Feb 27, 2023 · 7 comments

Comments

@yonggaogit
Copy link

yonggaogit commented Feb 27, 2023

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.

@ZbyLGsc
Copy link
Contributor

ZbyLGsc commented Feb 28, 2023

read readme carefully

@yonggaogit
Copy link
Author

read readme carefully

Sorry for my negligence

@MGC-ly
Copy link

MGC-ly commented Apr 15, 2024

I tried to recompile the project with catkin_make and still got this error

@Brynn-pl
Copy link

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?

@MGC-ly
Copy link

MGC-ly commented Apr 27, 2024

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:
set(CMAKE_CXX_STANDARD 14)

@yonggaogit
Copy link
Author

yonggaogit commented Apr 27, 2024

Yes,First check the "Known issues" chapter on RADME.md,and then recompile the code

@Mr-Zhao-lin
Copy link

it still occured after adding set(CMAKE_CXX_STANDARD 14) and recompile.
probably because the sequence of files generate when compile.
Finally this issue solved by catkin_make -j4

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