Collaborative-Pushing-Grasping
Collaborative-Pushing-Grasping copied to clipboard
missing files?
Hi, thank you for your code. However, when I try to follow the instruction and reimplement the whole project, the error happened. It seems that some files are missing. Could you please help?
fatal error: dh_hand_driver/ActuateHandAction.h: No such file or directory 2 | #include <dh_hand_driver/ActuateHandAction.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [dh_hand_driver/CMakeFiles/hand_controller_client.dir/build.make:63: dh_hand_driver/CMakeFiles/hand_controller_client.dir/src/test_client.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:3117: dh_hand_driver/CMakeFiles/hand_controller_client.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 Invoking "make -j1" failed
hello, you can try the following solution: Notice: If compile error : dh_hand_driver/hand_state.h: No such file or directory please compile it again Or try : catkin_make -j1
Thank you for your reply. It works after I run it again.
Hello, can the depth map and color map generated by the virtual camera be aligned? My final generated heightmap is always biased, don't know if this is the case for you too?
Hello, I also encountered similar problems, a fatal error: dh_hand_driver/ActuateHandAction. H: no such file or directory, recompile catkin_make - after the j1 or unresolved, excuse me, can I help you? Is the file not uploaded
@ZlSong417 Have you solved it?