code generate for rigidBodyTree

2 vues (au cours des 30 derniers jours)
tangzhong song
tangzhong song le 15 Avr 2020
I want to generate c++ code from matlab code, some errors occur. Why can I solve it? Thanks!

Réponse acceptée

Darshan Ramakant Bhat
Darshan Ramakant Bhat le 15 Avr 2020
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.

Plus de réponses (1)

Francesco Ciriello
Francesco Ciriello le 29 Août 2021
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

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by