code generate for rigidBodyTree
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
tangzhong song
il 15 Apr 2020
Risposto: Francesco Ciriello
il 29 Ago 2021
I want to generate c++ code from matlab code, some errors occur. Why can I solve it? Thanks!
0 Commenti
Risposta accettata
Darshan Ramakant Bhat
il 15 Apr 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.
0 Commenti
Più risposte (1)
Francesco Ciriello
il 29 Ago 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Code Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!