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
If the GUI is used to close the simulation, any call to stopSimulation or resetSimulation from SimulationManager will throw an exception. Catching that exception would be cleaner
pybullet.disconnect(physicsClientId=physics_client)
pybullet.error: Not connected to physics server.
The text was updated successfully, but these errors were encountered:
If the GUI is used to close the simulation, any call to stopSimulation or resetSimulation from SimulationManager will throw an exception. Catching that exception would be cleaner
The text was updated successfully, but these errors were encountered: