You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tanks for your code, I find the project cannot successfully compile on less than 8 core. On a 4-core CPU, the compilation of the srv files into .h files (such as SolveMTSP.h, ChunkStamps.h) could not be solved by recompiling. (Probably due to compiling order and parallel tasks). Anyone experiencing this problem can solve it by creating an empty header file or catkin_make it with other computer and use the .h file.
The text was updated successfully, but these errors were encountered:
Tanks for your code, I find the project cannot successfully compile on less than 8 core. On a 4-core CPU, the compilation of the srv files into .h files (such as SolveMTSP.h, ChunkStamps.h) could not be solved by recompiling. (Probably due to compiling order and parallel tasks). Anyone experiencing this problem can solve it by creating an empty header file or catkin_make it with other computer and use the .h file.
The text was updated successfully, but these errors were encountered: