I am trying to call a function from a threaded child script. It is the same script as Jaco have in "MotionPlanningandGrasping.ttt". I am using the following command:
Code: Select all
res,retInts,retFloats,retStrings,retBuffer=vrep.simxCallScriptFunction(sim_client, "Jaco#0", vrep.sim_scripttype_childscript, 'loadPath',[], [], ['jacoPath_1'], emptyBuff, vrep.simx_opmode_blocking)
Thanks.