cartographer
cartographer copied to clipboard
protobuf compatible with gazebo_plugin_actor_collision
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 ?
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.