How can I interface CAN_Pack _Unpack with a ROS publisher to generate a standalone ROS node?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christian Friedrich
am 25 Jan. 2019
Bearbeitet: Tohru Kikawada
am 5 Mai 2019
I want to create a standalone ROS node from simulink to send data via CAN messages.
0 Kommentare
Akzeptierte Antwort
Tohru Kikawada
am 5 Mai 2019
Bearbeitet: Tohru Kikawada
am 5 Mai 2019
Unfortunately, Robotics System Toolbox does not support ROS node generation for models that contain models generating shared libraries like CAN Transmit block in Vehicle Network Toolbox. https://mathworks.com/help/vnt/ug/cantransmit.html
To create the ROS node linking the shared libraries, you'll need to generate C code from models not containing ROS blocks, package the necessary files with packNGo, and then write a custom ROS wrapper code and CMakeLists.txt by hand.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Specialized Messages finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!