Compatibility ros2node with Coder Generation
Ältere Kommentare anzeigen
According to the ros2node documentation, the function supports code generation with a one node per function limitation. When I try to generate code with a ros2node.m call I get an error
'The 'ros2node' class does not support code generation.'
See the image attached. I have reduced the function to the following.
function [] = detectsteaming()
node_1 = ros2node("node_1");
end
Does anyone know what might be going on?
I have checked and my Matlab version is R2021a, which I think should support this but I could be wrong. Where can one find out when particular functions gained Code Generation support? Maybe the code generation support was released in an R2022 release?
Thanks.
1 Kommentar
Michael
am 17 Mai 2022
Akzeptierte Antwort
Weitere Antworten (1)
Michael
am 20 Mai 2022
1 Stimme
Kategorien
Mehr zu Publishers and Subscribers finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
