You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: