Skip to content

Instantly share code, notes, and snippets.

@vibhoraggarwal
Last active January 22, 2020 19:25
Show Gist options
  • Save vibhoraggarwal/05327da77d73ab6c84d8e59cc5230028 to your computer and use it in GitHub Desktop.
Save vibhoraggarwal/05327da77d73ab6c84d8e59cc5230028 to your computer and use it in GitHub Desktop.

Based on Robotology Blockfactory

Features

  1. Easily wrap their algorithms inside the provided software interfaces obtaining C++ classes that can be executed by generic engines
  2. The name of the plugin library generated from the C++ code will be stored in the S-function parameters field of the block mask. We provide a generic Level-2 MEX S-Function that reads this parameter and uses the library name to dynamically load the dynamic library that contains the block's code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment