How to publish several topics for a single node?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
James Ang
el 21 de Abr. de 2015
Editada: Tohru Kikawada
el 2 de Mayo de 2019
Hi all,
I'm able to create a publisher for a topic by typing
>> robot = rospublisher('/mobile_base/commands/velocity')
How do I create publishers for multiple topics?
e.g
>> robot = rospublisher({'/mobile_base/commands/velocity','/odom'}) % not working
Thanks.
0 comentarios
Respuesta aceptada
Tohru Kikawada
el 2 de Mayo de 2019
Editada: Tohru Kikawada
el 2 de Mayo de 2019
You'll need to create two publshers corresponding to each topic. Regarding the single node, you can control nodes running on MATLAB using the following expression: https://mathworks.com/help/robotics/ref/robotics.publisher.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with ROS and ROS2 Connectivity Interface en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!