How to call simIK module function in external application ?
How to call simIK module function in external application ?
Can function of simIK module(for example, simIK.addElement) be called and used in the external application script ?
Re: How to call simIK module function in external application ?
Yes.
From ZeroMQ remote API manual:
From ZeroMQ remote API manual:
The ZeroMQ remote API allows to control a simulation (or the simulator itself) from an external application or a remote hardware (e.g. real robot, remote computer, etc.). It offers all API functions also available via a CoppeliaSim script: this includes all regular API functions (i.e. sim.* -type functions), but also all API functions provided by plugins (e.g. simOMPL.*, simUI.*, simIK.*, etc.), if enabled.