atenpas / gpd_ros

ROS wrapper around GPD
BSD 2-Clause "Simplified" License
55 stars 67 forks source link

fatal error: gpd/candidate/hand.h: No such file or directory #29

Open Schweizliu opened 1 year ago

Schweizliu commented 1 year ago

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?

Schweizliu commented 1 year ago

I locate the hand.h file location and modify the location, but still there is no file or directory error

yanghan-a commented 5 months ago

I also meet this question. Have you gotten an answer?