-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserting any iCub model into Gazebo world crashes Gazebo with FatalException #1253
Comments
The Protobuf headers and libraries were being found in the system (/usr/local/include/google/protobuf) instead of Conda install prefix, which can be seen in the Cmake cache:
I added to the CMake command line DCMAKE_PREFIX_PATH=$CONDA_PREFIX to force CMake to find protobuf in conda environment. I now get the CMake config:
Rebuilding... |
I guess this was fixed by rebuilding against the correct libprotobuf libraries, if anyone is still experiencing this issue, please open a new issue, thanks! |
Steps for reproducing the issue...
=> Gazebo crashes with the error:
Details
qt-main
.ccmake
interface:conda info:
conda list:
The text was updated successfully, but these errors were encountered: