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

fatal error: maskrcnn_ros/batchAction.h: No such file or directory #4

Open
hongu0603 opened this issue Sep 22, 2021 · 1 comment
Open

Comments

@hongu0603
Copy link

when i make the maskrcnn i got this error and didnt find the batchAction.h headfile in package
make Scanning dependencies of target maskrcnn_ros [ 1%] Building CXX object CMakeFiles/maskrcnn_ros.dir/src/client.cpp.o In file included from /home/henry/henry_ws/src/RDS-SLAM/MaskRCNN_ROS/src/client.cpp:6:0: /home/henry/henry_ws/src/RDS-SLAM/MaskRCNN_ROS/include/maskrcnn_ros/maskrcnn_client.h:11:68: fatal error: maskrcnn_ros/batchAction.h: No such file or directory compilation terminated. CMakeFiles/maskrcnn_ros.dir/build.make:62: recipe for target 'CMakeFiles/maskrcnn_ros.dir/src/client.cpp.o' failed make[2]: *** [CMakeFiles/maskrcnn_ros.dir/src/client.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/maskrcnn_ros.dir/all' failed make[1]: *** [CMakeFiles/maskrcnn_ros.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2

@yubaoliu
Copy link
Owner

yubaoliu commented Oct 2, 2021

One solution is to compile "maskrcnn_ros" workspace standalone.

Another solution is to run "catkin_make" twice.

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

2 participants