-
-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matlab bindings improvements/updates #160
Comments
[removed by patrikhuber - unrelated post] |
@Ostnie I'm going to remove your posts here as they're not at all related to eos's Matlab bindings. If there is some issue with the eos library, please open a separate issue. Thanks! |
Removed |
Adding this here for reference: Very valuable information. kyamagu/mexplus#14 |
A first set of updates (probably the most important one!) is done: The Open todo's:
|
Just for later reference: This post RobotLocomotion/drake#1267 (comment) has some approach that proposes to use variadic templates. But from R2018a, Matlab has a C++ mex API now! I am currently checking it out. It's hopefully the way to go. |
The Matlab bindings are not updated to work with v0.13.0. They probably need changes to work with Eigen matrices as well as
core::Image
.Contributions for this are welcome. It shouldn't be too hard.
I currently don't have time to maintain them, as I'm only using the Python bindings (which are awesome! :-) ).
In the meantime, the Matlab bindings in v0.12.2 should work.
The text was updated successfully, but these errors were encountered: