atenpas / gpd

Detect 6-DOF grasp poses in point clouds
BSD 2-Clause "Simplified" License
606 stars 233 forks source link

meet unsolved error when catkin_make gpd-forward #62

Open lx-onism opened 5 years ago

lx-onism commented 5 years ago

when i compile my workspace after making gpg and downloding the gpd-forward,something got wrong like this:

catkin_ws/devel/include/../../../gpd/include/nodes/grasp_detection_node.h:67:31: fatal error: gpd/SetParameters.h: No such file or directory compilation terminated.

It says no SetParameters.h, and i just could not find this file anywhere.before the error,i meet another error saying that no classifier.h and i found it in gpd(by the way,i meet more strange errors while use gpd so i have to try gpd-forward).but this SetParameters.h seems to exist no where.How can i do? Please help me!!! So frustrating!!!

atenpas commented 5 years ago

I answered this in another thread, I think. Yet, SetParameters.h should not be part of the forward branch of gpd. My usual suggestions are: deleting devel and build folders in your catkin workspace, catkin_make clean, and catkin_make --pkg gpd. It also helps sometimes to run the catkin_make commands more than once.

saikishor commented 5 years ago

@atenpas I have made a PR to solve all the issues with the CMakelists this should also solve the missing packages both in CMakelists and package.xml. Please kindly take a look. Thanks

saikishor commented 5 years ago

@lx-onism can you once check and confirm whether the MR has fixed your issues?