siilats / simExtIM

Image plugin for CoppeliaSim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image plugin for CoppeliaSim

Requires OpenCV2 or later.

Compiling

  1. Install required packages for libPlugin: see libPlugin's README
  2. Checkout, compile and install into CoppeliaSim:
$ git clone https://github.com/CoppeliaRobotics/simExtIM.git
$ cd simExtIM
$ 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.

About

Image plugin for CoppeliaSim

License:Other


Languages

Language:C++ 79.6%Language:Lua 14.1%Language:CMake 5.7%Language:Shell 0.6%