Synchronous mode Matlab vrep connection

Typically: "How do I... ", "How can I... " questions
Post Reply
luberdis

Synchronous mode Matlab vrep connection

Post by luberdis »

Hi

I try to connect vrep and Matlab in synchronous mode but it fails at the moment I use the simplesychronousexample you show as Matlab script and in vrep I created a child script for the connection with the line simRemoteApi.start(19997,1300,false,true) inside it. It seems that it does not respond but it runs the Matlab script and says programme ended in the end but it does not say anything in workspace about clientid but it says Connected to remote API server

P.S. In asynchronous mode I can use it

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Synchronous mode Matlab vrep connection

Post by coppelia »

Hello,

is the original version of the simpleSynchronousTest.m program running correctly?

Cheers

luberdis

Re: Synchronous mode Matlab vrep connection

Post by luberdis »

Unfortunately no

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Synchronous mode Matlab vrep connection

Post by coppelia »

What platform are you using, and what V-REP version?

How are you running the simpleSynchronousTest.m demo program?

Cheers

luberdis

Re: Synchronous mode Matlab vrep connection

Post by luberdis »

I made the connection thanks for consdering.

Post Reply