You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when executing 'gazebo' command after default install on Mac OS: Symbol not found: __ZN6gazebo3gui10DataLogger16staticMetaObjectE Referenced from: /usr/local/lib/libgazebo_gui.11.dylib
#2762
…2764)
Initialize OGRE compositors in SetCamera() instead of Update()
so the compositor order can be better controlled.
Add #2754 and #2762 to changelog.
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
I am trying to download gazebo on my Macbook Pro with Mac OS 10.15.
I executed the first command in the download steps:
curl -ssL http://get.gazebosim.org | sh
When I executed the
gazebo
command to run the program I received this error:dyld: Symbol not found: __ZN6gazebo3gui10DataLogger16staticMetaObjectE Referenced from: /usr/local/lib/libgazebo_gui.11.dylib Expected in: flat namespace in /usr/local/lib/libgazebo_gui.11.dylib Abort trap: 6
The text was updated successfully, but these errors were encountered: