洞察纵观鸿蒙next版本,如何凭借FinClip加强小程序的跨平台管理,确保企业在数字化转型中的高效运营和数据安全?
641
2022-11-29
编译https://github.com/CIR-KIT/steer_drive_ros时出现的问题
解决gazebo对应的protobuf版本问题:
I've come across to the same problem. I'm using Ubuntu 16.04, ROS Kinetic and Gazebo 7.0.
First, be sure that you're using the protoc with a version above 2.6.1. Gazebo 7 works along with the protoc-2.6.1. You can learn the version of the protoc installed on your system with $ protoc --version command. It was 3.2.0 in my system. Thus this solution replaces the protobuf installed on your system with the version 2.6.1.
I solved the problem via using the following instructions.
$ cd /usr/local/include/googlesudo rm -rf protobufGo, downloadprotobuf-2.6.1 fromhere and extract the contents. (I downloadedprotobuf-2.6.1.tar.gz)I followed the installation instructions givenhere. Which are:$ ./autogen.sh$ ./configure$ make$ make check$ sudo make install$ sudo ldconfig
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~