robotology-superbuild
robotology-superbuild copied to clipboard
Document how to call blf Python bindings from MATLAB
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.
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).
An interesting related example can be found in pyicub repo https://github.com/s4hri/pyicub#usage-in-matlab, thanks @ddetommaso !