coppeliasim-zmqremoteapi-client

Client for the CoppeliaSim's zmqRemoteApi (protocol version 2)


License
BSD-3-Clause
Install
pip install coppeliasim-zmqremoteapi-client==2.0.4

Documentation

ZMQ Remote API for CoppeliaSim

The ZMQ Remote API requires the ZMQ plugin.

Compiling

  1. Install required packages for simStubsGen: see simStubsGen's README
  2. Checkout and compile
$ git clone --recursive https://github.com/CoppeliaRobotics/zmqRemoteApi
$ cd zmqRemoteApi
$ git checkout coppeliasim-v4.5.0-rev0
$ mkdir -p build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build .
$ cmake --install .

NOTE: replace coppeliasim-v4.5.0-rev0 with the actual CoppeliaSim version you have.

Clients

Third party: