Page 1 of 1

MacOS lacks zmqRemoteAPI, headless library

Posted: 21 Jul 2022, 13:56
by Ernest
Hi,

The MacOS version of coppeliaSim (4.3.0, rev12) seems to lack the zmqRemoteAPI files in the programming/ directory, and does not have a headless library (libcoppeliaSimHeadless.dylib). Is this on purpose? Is this documented somewhere?

Other remarks:
- what are rev (rev3, rev12) for coppeliaSim releases? Are there release notes somewhere for revs? Are there bug fixes, security fixes, feature changes in them?
- why are python libraries such a zmqRemoteAPI not shipping with a simple setup.py file that makes installing them easy? Or even pip compatible?

Re: MacOS lacks zmqRemoteAPI, headless library

Posted: 22 Jul 2022, 07:57
by fferri
Why do you need a headless library on macOS? What are you trying to do?

There is also a -h command-line switch to run in headless mode.

Re: MacOS lacks zmqRemoteAPI, headless library

Posted: 22 Jul 2022, 08:16
by coppelia
Hello,

here is the zmqRemoteApi repository. Simply clone it to your programming folder.
As to the meaning of revs: revs are mainly meant for bug fixes and similar. However, since we are a small team, a revision is the current development branch, and also includes new features, etc. A change history is only givent for a major release, and unfortunately you can't tell which rev relates to what changes in detail.

Cheers