Closed hm2092 closed 3 years ago
The file is there. Did you run source devel/setup.bash
after catkin_build
? I noticed that if you build and source a couple times, it eventually finds where the action header file is.
Hi @darrenjkt . Thank you for your reply. Sorry for the delayed update. You were right.
I got the error when i did catkin build
. The error was occuring during the build process and crashes the build process. I have also done source devel/setup.bash
before executing catkin build
. I noticed that for some reason it was invoking make -j1
and skipped building the RunOptimizeAction files. Invoking catkin build -j4
solved my problem.
Hello, First of all thank you for the ros package. When i try to build the package i get the error:
Could you update the missing header file? Thank you in advance.