I recently updated to CoppeliaSim Version 4.7.0. I am calling script functions in CoppeliaSim Scene from MATLAB client using Legacy Remote API. However, unlike in earlier version now I am getting the following warning:
"C API call to 'simCallScriptFunctionEx': support for legacy call arguments will be dropped in next release. Please adjust your code."
These warnings clutter up my status bar making it difficult for me to debug my code. Please provide me with a solution for this issue.
Regards.
CoppeliaSim Status Bar Warning
Re: CoppeliaSim Status Bar Warning
Hello,
either upgrade to V4.8, or change the verbosity to exclude warnings with:
Cheers
either upgrade to V4.8, or change the verbosity to exclude warnings with:
Code: Select all
sim.setInt32Param(sim.intparam_verbosity, sim.verbosity_errors)