CoppeliaRobotics / simSDF

SDF file format importer for CoppeliaSim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDF plugin for CoppeliaSim

SDF importer using libsdformat library.

Some features are not implemented yet.

Requires sdformat13 and gz-math7.

Compiling

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

SDF file format importer for CoppeliaSim

License:Other


Languages

Language:C++ 90.4%Language:Lua 5.8%Language:CMake 3.9%