MATLAB: Code generate for rigidBodyTree

code generationMATLABmatlab coder

I want to generate c++ code from matlab code, some errors occur. Why can I solve it? Thanks!

Best Answer

Handle objects are not supported as entry point input / ouput for codegeneration :
Please try to modify your code to take non-handle class / structure as entrypoint input.