Search found 1 match

by tkschuler
25 Apr 2024, 16:52
Forum: Bug reports
Topic: Can't resume simulation after pausing in stepping mode with python-zmqremoteapi
Replies: 1
Views: 1027

Can't resume simulation after pausing in stepping mode with python-zmqremoteapi

I can't figure out a way to resume simulation in stepping mode. This seems to be a bug to me. I'm using coppeliaSim 4.6 rev 18 on Ubuntu 22.04 and coppeliasim-zmqremoteapi-client v2.0.4. For this simple test, I'm using the default empty scene. #python #sim.setStepping(True) while True: sim.startSimu...