-
Notifications
You must be signed in to change notification settings - Fork 107
gazebo_ros compilation error caused by conflicting protoc versions (carthographer_ros) #13
Comments
Seems like you have different versions of protobuf in your system, which is causing gazebo to have compilation issues. Did you install gazebo using the one lines installation? Im pretty sure you have installed another version of protobuf via other packages, which overwrites system's protobuf. Check this issue for instance. The solution is to get rid of the manually installed protobuf and try again. |
Hi, Nestor I installed the gazebo following the one-liner installation instruction. |
I'm afraid I can't help much here. You should try the solutions to your problem various users posted in this carthographer_ros issue. If not working, please comment the same problem you are having in that same issue or open a new one. |
This issue is solved following this step. The method is tested on Ubuntu 18.04 + ROS2 Crytal 1.Delete the installed protobuf Now the cartographer-ros and gym-gazebo2 all works very well. |
Closing since not a strictly gym-gazebo2 related issue. Feel free to open a new issue if you encounter different problems. |
Did not read the comment where you solved the issue, thanks for sharing @robotman801 !! |
I am installing gym-gazebo2 following https://github.com/AcutronicRobotics/gym-gazebo2/blob/master/INSTALL.md. The configuration of the computer is Ubuntu 18.04 + ROS2 Crystal. However, it compiled fail when I use 'colcon build --merge-install --packages-skip individual_trajectories_bridge'. The main error is listed below. Could you please tell me where it is wrong? Thanks very much.
The text was updated successfully, but these errors were encountered: