ZeroMQ Remote API Environment Setup.

Typically: "How do I... ", "How can I... " questions
Post Reply
polender
Posts: 5
Joined: 01 Feb 2022, 03:38

ZeroMQ Remote API Environment Setup.

Post by polender »

Hello Everyone,

I've been working on setting up an environment using the ZeroMQ Remote API and had a few questions.

1. There is a note stating that the API runs on v4.2.0 will it run on the current up-to-date version of 4.3.0 as well?

2. Following the set-up procedures, for the compatibility add-on and "that script" listed in the yellow note box, these files are supposed to be placed in the CopelliaSim/ and CopelliaSim/Lua/ folders respectively, however, I don't have this directory, however, the only one that matches the structure is the MacOs directory.

3. For the aforementioned files listed at the following links, what file extensions are these to be saved as within the directory?

Compatability Add on: https://coppeliarobotics.com/files/tmp/ ... %20API.lua
"That script": https://coppeliarobotics.com/files/tmp/cbor.lua


Thanks again for your help!

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: ZeroMQ Remote API Environment Setup.

Post by coppelia »

Hello,

yes, the ZeroMQ remote API is of course also supported in CoppeliaSim V4.3. So by installing it, it should work out of the box, no need for those additional files required in V4.2 (well, they should already be in place).

But with your CoppeliaSim V4.2 on macOS installation, you should place the add-on in coppeliaSim.app/Contents/MacOS/ and the other file in coppeliaSim.app/Contents/MacOS/lua. Both have the *.lua extension.

Cheers

Post Reply