robotology-superbuild icon indicating copy to clipboard operation
robotology-superbuild copied to clipboard

Document how to call blf Python bindings from MATLAB

Open traversaro opened this issue 3 years ago • 2 comments

An interesting use case is to call blf Python bindings from MATLAB, see https://github.com/dic-iit/bipedal-locomotion-framework/issues/53#issuecomment-789058776 . It could make sense to document/streamline the process of configuration of this workflow.

traversaro avatar May 26 '21 20:05 traversaro

In particular, we should explain how to call pyenv to point to the correct Python interpreter (the system one for apt installation, the conda environment one for the conda installation on macOS/Linux/Windows).

traversaro avatar May 26 '21 20:05 traversaro

An interesting related example can be found in pyicub repo https://github.com/s4hri/pyicub#usage-in-matlab, thanks @ddetommaso !

traversaro avatar May 31 '21 12:05 traversaro