Closed fengwh123 closed 4 years ago
Hi,
have you tried the kinetic
branch?
@nilseuropa I tried the kinetic
branch just now, and the same error occurred during compilation. Therefore, do you have a corresponding solution? Thanks.
Hi @fengwh123, this problem might occur if you have multiple protoc
installations.
What does protoc --version
say on your computer?
If you look into one of the auto-generated ph.h
files, (say /usr/include/ignition/msgs0/ignition/msgs/sim_event.pb.h
) what's the hard-coded version there?
In some cases removing the non-gazebo version protoc from your PATH can solve this error.
Hi @Gyebro, Thanks for your suggestion, this error has been solved. Thank you very much.
Hi, I want to use your plugin in my project, but during the process of compiling this package in my workspace, the following error occurred:
It can be seen that there seems to be a problem with the protoc version. The protoc version required to execute the compilation is 2.6.1, while the version installed on my computer is 2.6.1 indeed. I don't know if there is a problem with the environment configuration. The version of ROS is kinetic and the version of Gazebo is 8.6 on Ubuntu 16.04. The question is, what is your version of ROS and Gazebo, have you encountered this problem before, and is there a corresponding solution? I hope you can help me. Thanks in advance.