-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ros2_control_node] Add option to set the CPU affinity (backport #1852) #1857
Conversation
Cherry-pick of 98f0795 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Needs to be merged after #1851 |
@mergify rebase |
☑️ Nothing to do
|
This pull request is in conflict. Could you fix it @bmagyar @destogl @christophfroehlich @saikishor? |
000cb8b
to
5e9b4b6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## iron #1857 +/- ##
==========================================
- Coverage 62.34% 62.32% -0.03%
==========================================
Files 112 112
Lines 13102 13108 +6
Branches 8886 8888 +2
==========================================
+ Hits 8169 8170 +1
- Misses 948 951 +3
- Partials 3985 3987 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This PR adds an option to the ros2_control_node to be able to set the CPU affinity to bind it to a specific CPU Core. By default, this is not enabled, unless it is specifically set
This is an automatic backport of pull request #1852 done by Mergify.