Page 1 of 1

How can I better understand and use synchronous operation

Posted: 08 Jan 2022, 12:59
by anteto
helloļ¼
I carefully read the contents related to synchronous operation on the website of remote API modus operandi(https://www.coppeliarobotics.com/helpFi ... ynchronous), but I still didn't understand it deeply enough that I couldn't flexibly use synchronous operation.
Do you have any materials or documents to better understand and use synchronous operation?

thanks!
cheers!

Re: How can I better understand and use synchronous operation

Posted: 11 Jan 2022, 08:13
by coppelia
Think of synchronous operation simply that you have your client and server (CoppeliaSim) synchronized, and the client is in charge of stepping the simulation. So in synchronous or stepped operation mode, CoppeliaSim will constantly wait for a trigger, before running another simulation step.

Cheers