code generate for rigidBodyTree
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to generate c++ code from matlab code, some errors occur. Why can I solve it? Thanks!
댓글 수: 0
채택된 답변
Darshan Ramakant Bhat
2020년 4월 15일
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.
댓글 수: 0
추가 답변 (1개)
Francesco Ciriello
2021년 8월 29일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!