Search found 2 matches

by Jay
08 Aug 2016, 18:58
Forum: Feature requests
Topic: Remotely call threaded script functions
Replies: 8
Views: 81904

Re: Remotely call threaded script functions

Hi Admin, Thank you very much for your reply. I tried what you said "to execute additional function calls in the remote API client", but got the same "Error: [string -unknown location]:?: Call failed. (simCallScriptFunctionEx on moveBody@BodyDynamics)". I did get any data to cond...
by Jay
04 Aug 2016, 18:57
Forum: Feature requests
Topic: Remotely call threaded script functions
Replies: 8
Views: 81904

Remotely call threaded script functions

Hi, I coded a climbing gait of a quadruped robot using IK chain and simRMLMoveToPosition in a threaded script. I am trying to remotely call the created climbing gait as a function from MATLAB. I understand simxCallScriptFunction can only be used to Call non-threaded scripts, and I found simSetThread...