Ejemplo n.º 1
0
 def close(self):
     """ Closes the current connection. """
     with self._lock:
         remote_api.simxFinish(self.client_id)
Ejemplo n.º 2
0
 def close(self):
     """ Closes the current connection. """
     with self._lock:
         remote_api.simxFinish(self.client_id)
Ejemplo n.º 3
0
def close_all_connections():
    """ Closes all opened connection to V-REP remote API server. """
    remote_api.simxFinish(-1)
Ejemplo n.º 4
0
def close_all_connections():
    """ Closes all opened connection to V-REP remote API server. """
    remote_api.simxFinish(-1)