tum-vision / tum_simulator

40 stars 91 forks source link

Error in catkin_make (Indigo) #9

Open omershalev opened 8 years ago

omershalev commented 8 years ago

Hi,

When running catkin_make, I get the following error:

In file included from /home/omershal/tum_ardrone_ws/src/tum_simulator/cvg_sim_gazebo_plugins/src/diffdrive_plugin_6w.cpp:36:0: /home/omershal/tum_ardrone_ws/src/tum_simulator/cvg_sim_gazebo_plugins/include/hector_gazebo_plugins/diffdrive_plugin_6w.h:30:28: fatal error: common/Plugin.hh: No such file or directory

include "common/Plugin.hh"

                        ^

compilation terminated. make[2]: * [tum_simulator/cvg_sim_gazebo_plugins/CMakeFiles/diffdrive_plugin_6w.dir/src/diffdrive_plugin_6w.cpp.o] Error 1 make[1]: * [tum_simulator/cvg_sim_gazebo_plugins/CMakeFiles/diffdrive_plugin_6w.dir/all] Error 2 make: *\ [all] Error 2 Invoking "make -j1 -l1" failed

Thanks!

artursg commented 8 years ago

Change #include "common/Plugin.hh" to #include "gazebo/common/Plugin.hh"

tiralonghipol commented 7 years ago

Hey! got the same issue, did you solve the problem?

issouker97 commented 4 years ago

Hi @artursg , i've encountered almost the same error but i want your opinion about that here is my error https://github.com/tum-vision/tum_simulator/issues/18 hopefully you can help me , thanks in advance

robsonUERJ commented 3 years ago

Hi ! I'm getting the same error

I have tryed to do : Change #include "common/Plugin.hh" to #include "gazebo/common/Plugin.hh"

But now I got another error

/home/robson/catkin_ardrone2_ws/src/tum_simulator/cvg_sim_gazebo_plugins/include/hector_gazebo_plugins/diffdrive_plugin_6w.h:31:26: fatal error: common/Time.hh: No such file or directory

include "common/Time.hh"

                      ^

compilation terminated.

Someone has achived a solution for this error ? Thank you so much to your attention !