dynamic_task_allocation icon indicating copy to clipboard operation
dynamic_task_allocation copied to clipboard

catkin_make

Open shaghayeghmzi opened this issue 6 years ago • 1 comments

hi! how can I find Robot_GazeboConfig.h library? because after I run catkin_make I've got an error that said: fatal error: allocation_gazebo/Robot_GazeboConfig.h: No such file or directory

Screenshot from 2019-09-15 13-21-15

shaghayeghmzi avatar Sep 15 '19 08:09 shaghayeghmzi

Sorry for replying too late. This problem is all my fault, I delete the generate_dynamic_reconfigure_options(config/allocation_gazebo.cfg) in CMakeList.txt to speed up compilation, but I forgot to delete the include in gazebo_info.h. Because the Robot_GazeboConfig.h file which generated before is still here, I did not get the error. I have corrected all the errors in the new commit.

Best wishes!

nubot-nudt avatar Nov 12 '19 03:11 nubot-nudt