cartographer icon indicating copy to clipboard operation
cartographer copied to clipboard

protobuf compatible with gazebo_plugin_actor_collision

Open sai5555 opened this issue 4 years ago • 1 comments

Hi all When I build the following code , I found build fail due to version of protobuf. https://github.com/LCAS/iliad/tree/master/gazebo_plugin_actor_collision cartographer need protoc version is 3.4.0. but gazebo_plugin_actor_collision must be 3.0.0. If I use 3.0.0 to build gazebo_plugin_actor_collision successful , it build fail for cartographer, and vice versa. How I solve it ?

sai5555 avatar Dec 03 '20 10:12 sai5555

Even though it is cumbersome due to compatibility, you have to erase protobuf-3.4.0 and install protobuf-3.0.0 again to build gazebo and then remove 3.0.0 and reinstall 3.4.0 again to build cartographer. You cannot build both simultaneously because of gazebo's compatibility issue.

kay01-kwon avatar Jun 21 '21 17:06 kay01-kwon