Create a ROS custom message
Afficher commentaires plus anciens
I have a 3x1 cell array that I would like to publish to a ROS topic. Each cell changes size for each publishing (they are lists of points in a region that my robots occupy). How would I write a custom ROS message to accomplish this?
1 commentaire
Image Analyst
le 30 Juin 2016
Réponses (1)
Tohru Kikawada
le 2 Mai 2019
Modifié(e) : Tohru Kikawada
le 2 Mai 2019
0 votes
You'll need to write the custom ROS messages in a manner before using MATLAB. http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv
Onece you write the custom ROS messages, you can import the messages using the following addon. https://jp.mathworks.com/help/robotics/ug/ros-custom-message-support.html
Catégories
En savoir plus sur Specialized Messages dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!