Borrar filtros
Borrar filtros

ros receive관련 질문

2 visualizaciones (últimos 30 días)
lee jonghyup
lee jonghyup el 6 de Abr. de 2021
ros receive를 하는 과정에서 하나의 subscriber에 대해 불러올때마다 시간이 걸려 이를 줄이고자 합니다.
그래서, 한번에 여러 subscriber를 동시에 불러올 방법이 있는지 궁금합니다.
예시)
a=receive(sub1);
b=receive(sub2);
c=receive(sub3);
이경우 각각 0.01초씩 걸려 총 0.03초의 시간이 소요됨
이를 [a,b,c]=receive(sub1, sub2, sub3)
와 같은 방식으로 불러오는 방법이 존재하는지 궁금합니다.

Respuestas (0)

Categorías

Más información sobre Network Connection and Exploration en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!