Robotics StackExchange | Archived questions

[ROS2] Is it possible to use more than one executor in a single node?

I have a ''main node'' that has multiple callbacks and timers. I would like to have more control over the prioritization of the different functions. Using a MultiThreadedExecutor doesn't seems to help much.

Is it possible to spin another executor in the same node, and split the functions between the two different executors?

Using ROS2, Galactic, Python

Thanks!

Asked by oferbar on 2022-11-22 03:50:57 UTC

Comments

Answers