How to publish several topics for a single node?
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Tohru Kikawada
on 2 May 2019
Edited: Tohru Kikawada
on 2 May 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 Comments
More Answers (0)
See Also
Categories
Find more on Get Started with ROS and ROS2 Connectivity Interface in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!