robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

MATLAB bindings methods that take in input `std::string` work only with MATLAB string define quite single quote (i.e. 'string'), not with the one with double quotes (i.e. "string") #1093

Open traversaro opened 10 months ago

traversaro commented 10 months ago

We encountered this with @davidegorbani . A simple workaround is to always use single quote string, i.e. 'string'.