Search found 3 matches

by Llamas0001
27 Mar 2024, 13:56
Forum: Bug reports
Topic: ZMQ remote API failing after the same amount of runs of a simulation
Replies: 7
Views: 3993

Re: ZMQ remote API failing after the same amount of runs of a simulation

#python from coppeliasim_zmqremoteapi_client import RemoteAPIClient print("Program Started") client = RemoteAPIClient() sim = client.require('sim') def reload(): sim.loadScene(sim.getStringParam(sim.stringparam_scenedefaultdir) + '/minScene.ttt') sim.loadScene(sim.getStringParam(sim.strin...
by Llamas0001
26 Mar 2024, 16:52
Forum: Bug reports
Topic: ZMQ remote API failing after the same amount of runs of a simulation
Replies: 7
Views: 3993

Re: ZMQ remote API failing after the same amount of runs of a simulation

Hi,

I am running revision 18 of V4.6 and im running 2.0.3 of the API as far as I can tell both of these are as updated as they can be so I am at a bit of a loss! I made sure both were updated before testing it to make sure it wasnt a problem with the version!
by Llamas0001
23 Mar 2024, 23:10
Forum: Bug reports
Topic: ZMQ remote API failing after the same amount of runs of a simulation
Replies: 7
Views: 3993

ZMQ remote API failing after the same amount of runs of a simulation

I am trying to run a lot of simulations in python and without fail it will stop working at the same point after running fine until that point. With each simulation I am resetting the enviroment using sim.stopSimulation() and then starting it again with sim.startSimulation() after reloading the scene...