catkin build error: can not find erasor/node.h.
zxczrx123 opened this issue · 2 comments
zxczrx123 commented
Thanks for your great work! According to your introduction, I encountered the following problem. I can't find node.h from the source file. @LimHyungTae
Could you please give me some help? 🥺
LimHyungTae commented
Hmm....well could you build the repo after comment out of all add_executable
, target_link_libraries
, and add_dependencies
lines? Then, msg would be successfully compiled. Then, please recompile this repo again!
zxczrx123 commented
Thanks for your reply! Actually, I have solved this problem by using catkin_make
.