We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I'm performing "catkin_make", I receive " /src/gpd_ros/include/gpd_ros/grasp_plotter.h:43:10: fatal error: gpd/candidate/hand.h: No such file or directory 43 | #include <gpd/candidate/hand.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [gpd_ros/CMakeFiles/gpd_ros_grasp_plotter.dir/build.make:76: gpd_ros/CMakeFiles/gpd_ros_grasp_plotter.dir/src/gpd_ros/grasp_plotter.cpp.o] Error 1 " error message. Is there anything I'm missing?
The text was updated successfully, but these errors were encountered:
I locate the hand.h file location and modify the location, but still there is no file or directory error
Sorry, something went wrong.
I also meet this question. Have you gotten an answer?
No branches or pull requests
Hi,
When I'm performing "catkin_make", I receive "
/src/gpd_ros/include/gpd_ros/grasp_plotter.h:43:10: fatal error: gpd/candidate/hand.h: No such file or directory
43 | #include <gpd/candidate/hand.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [gpd_ros/CMakeFiles/gpd_ros_grasp_plotter.dir/build.make:76: gpd_ros/CMakeFiles/gpd_ros_grasp_plotter.dir/src/gpd_ros/grasp_plotter.cpp.o] Error 1
" error message. Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: