Robotics StackExchange | Archived questions

Multi Message in single Callback function

Hi,

Is it possible to pass multiple messages in a single Subscriber Callback function.

My requirement is, I want to pass multiple messages to a Single Subscriber Callback function and in the function definition I want to use those messages in different conditional statements.

Has anyone implemented same or similar thing.

If so let me know. I got stuck here.

Thanks in Advance.

Asked by Radeshwar on 2019-04-22 03:45:06 UTC

Comments

Have you seen message_filters?

Asked by gvdhoorn on 2019-04-22 07:36:55 UTC

Answers