-
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
Gazebo 8 crashes if a model containing a gazebo_yarp_controlboard
plugin is removed
#282
Comments
Sometimes, on crash Gazeb outputs the following error:
|
After half an hour of simulation:
|
More in detail, it seems that in Gazebo 8 the Disconnect methods are deprecated:
An easy fix for this can be to just called the |
gazebo_yarp_controlboard
plugin is removed gazebo_yarp_controlboard
plugin is removed
Streamlining of the disconnection event: simply resetting the Connection shared pointer is enough to disconnect an event since at least Gazebo 2. So the code was cleaned up from all the call to the Disconnect* functions are all the unnecessary check if a connection pointer is valid before resetting it. Fix robotology#282 .
Streamlining of the disconnection event: simply resetting the Connection shared pointer is enough to disconnect an event since at least Gazebo 2. So the code was cleaned up from all the call to the Disconnect* functions are all the unnecessary check if a connection pointer is valid before resetting it. Fix robotology#282 .
Migrating away from the |
Gazebo crashes with no further information.
Currently verified in Gazebo 8 on macOS Sierra by me and @nunoguedelha .
Model removal seems to work fine on Gazebo 7 on Ubuntu 16.04 .
We still need to test on Gazebo 8 on Ubuntu 16.04 .
The text was updated successfully, but these errors were encountered: