Robotics StackExchange | Archived questions

C++ direct function call is async

Hello, I have a question to understand C++ roscpp callback implementation. I have noticed that even if I call function directly from code which is a subscriber callback, the program calls is async with AsyncSpinner. Is it right?

And if it is, how can I call another function asynchronously (if the ros event loop)?

Thank you

Asked by Yehor on 2021-06-23 01:58:20 UTC

Comments

Answers