ros receive at the same time

2 ビュー (過去 30 日間)
lee jonghyup
lee jonghyup 2021 年 4 月 6 日
回答済み: Amrtanshu Raj 2021 年 7 月 2 日
In the process of receiving ros, it takes time each time it is called for one subscriber, and I want to reduce it.
So, I am wondering if there is a way to call multiple subscribers at once.
example)
a=receive(sub1);
b=receive(sub2);
c=receive(sub3);
In this case, it takes 0.01 seconds each and takes a total of 0.03 seconds.
This is [a,b,c]=receive(sub1, sub2, sub3)
I am wondering if there is a way to load it in the same way.

回答 (1 件)

Amrtanshu Raj
Amrtanshu Raj 2021 年 7 月 2 日
Hi,
Currently there is no direct way to call multiple subscribers at once. However you can try using the callback methods to recieve ROS messages as mentioned in the documentation. That might speed up the process a bit.
Hope this helps !!

カテゴリ

Help Center および File ExchangeNetwork Connection and Exploration についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by