Hello,
I want to create a path in CoppeliaSim from Matlab, and looking in the forum, the only thing I managed to find is the
simxAppendStringSignal function, which recommends using simxWriteStringStream because it is deprecated.
Following the structure of this function, I get error in signalValueToAppend.
Can you give me an example to understand what kind of data you have to put in that section?
Thank you
How to pass a path from MATLAB to CoppeliaSim
Re: How to pass a path from MATLAB to CoppeliaSim
Hello,
the more flexible way to pass data to CoppeliaSim from a legacy remote APi client would be to call a script function with simxCallScriptFunction.
Cheers
the more flexible way to pass data to CoppeliaSim from a legacy remote APi client would be to call a script function with simxCallScriptFunction.
Cheers