Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in catkin_make (Indigo) #9

Open
omershalev opened this issue Dec 8, 2015 · 4 comments
Open

Error in catkin_make (Indigo) #9

omershalev opened this issue Dec 8, 2015 · 4 comments

Comments

@omershalev
Copy link

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
Copy link

artursg commented Feb 2, 2016

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

@tiralonghipol
Copy link

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

@issouker97
Copy link

Hi @artursg , i've encountered almost the same error but i want your opinion about that here is my error #18
hopefully you can help me , thanks in advance

@robsonUERJ
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants