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

 채택된 답변

Darshan Ramakant Bhat
Darshan Ramakant Bhat 2020년 4월 15일

0 개 추천

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.

추가 답변 (1개)

Francesco Ciriello
Francesco Ciriello 2021년 8월 29일

0 개 추천

You can use the writeAsFunction to create a function from which you can load the rigidBodyTree. Check out this doc page: https://www.mathworks.com/help/robotics/ref/rigidbodytree.writeasfunction.html

카테고리

제품

릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by