Skip to content

[FEA]Add support to callback-group executor as a proof of finer control of realtime profile. #86

@ZhenshengLee

Description

@ZhenshengLee

Is your feature request related to a problem? Please describe.
This is a great demo to show possibility of setting realtime profile to ros2 nodes and get a better realtime performance.
But currently, a realtime profile is set on all threads or all callback threads of a node, there is no way to set realtime profile to a certain callback thread.

Describe the solution you'd like
callback-group executor is a method to assign realtime profile in the granularity of callback thread, see this article for details.
the example is available is in ros2/examples

So this demo could add this feature to nodes as a proof of finer control of realtime profile of a thread.

Thanks.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions