Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to use ROS custom message in Matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have followed the tutorial of creating a custom message in Matlab (https://in.mathworks.com/help/robotic... ). Everything is fine I can see my message type in the 'rosmsg list' but couldn't access it in Matlab/Simulink. It says " Cannot find a MATLAB message class for type z_pack/end " in Matlab when i try "a=rosmsg('show','z_pack/end')" .
In simulink when i try to select the message type it comes up with an error as shown in attachment.
My custom message is there is rosmsg list but i cannot access it. Please help.
1 Kommentar
Tohru Kikawada
am 5 Mai 2019
Bearbeitet: Tohru Kikawada
am 5 Mai 2019
Did you add paths to the generated Java classes to your javaclasspath.txt?
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!