Page 1 of 1

No functions for setting object parameters in lua remote api

Posted: 04 May 2017, 01:49
by Fanley
The functions for setting object parameters are not included in the remoteApi for lua.
simxSetObjectFloatParameter
simxSetObjectIntParameter

Re: No functions for setting object parameters in lua remote api

Posted: 05 May 2017, 08:37
by coppelia
Hello,

yes, you are right, thanks for mentioning this. Those were somehow forgotten. But at the same time, as for all the other API functions that are not directly supported from the remote API side, you can use simxCallScriptFunction and execute the function on the server side directly. Details are explained here.

Cheers