Closed mfrigerio17 closed 1 year ago
Hi, thanks a lot for mentioning this. Indeed, there is a problem that stems from the fact that CoppeliaSim's calltip for that command was misspelled. The correct file was regenerated. Cheers
Hello, If I downloaded and I am using Coppeliasim v4.4.0, what would you suggest to pull in fixes like this one?
If I clone the latest master of this repository and use its C++ sources for the remote api client (rather than the sources available in the coppeliasim root), would the client work with Coppelia 4.4.0?
You can normally pull the latest, and it should work with CoppeliaSim V4.4 (some new API functions might however not be implemented on CoppeliaSim side in V4.4). Best of course would be to download V4.5.1, which was released yesterday
Hi, I believe this line has a mistake, it contains
"clearStringSignal"
instead of"sim.clearStringSignal"
.I am not sure whether to open a pull request, as that may be generated code... (??)