Search found 3 matches

by ssher
05 Jun 2018, 21:59
Forum: General questions
Topic: Matlab & VREP in headless mode.
Replies: 4
Views: 1868

Re: Matlab & VREP in headless mode.

ok. Thankyou.
by ssher
02 Jun 2018, 01:07
Forum: General questions
Topic: Matlab & VREP in headless mode.
Replies: 4
Views: 1868

Re: Matlab & VREP in headless mode.

Thanks for the reply, I was thinking more of a in-script thing like, [numberreturnCode,booleanparamValue]=vrep.simxGetBooleanParameter(clientID,33,vrep.simx_opmode_blocking) [numberreturnCode]=vrep.simxSetBooleanParameter(clientID,33,booleanparamValue,vrep.simx_opmode_oneshot) where 33 is the "...
by ssher
25 May 2018, 15:59
Forum: General questions
Topic: Matlab & VREP in headless mode.
Replies: 4
Views: 1868

Matlab & VREP in headless mode.

Can anybody help me with the proper syntax for using boolean parameter for headless mode in matlab script? What I am trying to do is, to launch a simulation from matlab script in headless mode, so that only running the matlab script should start the simulation.