Skip to content
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 thread_priority option to the ros2_control_node (backport #1820) #1825

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 30, 2024

Right now, the thread_priority is hard-coded to 50, this PR allows the users to be able to choose their desired priority by setting a parameter at launch time

int const kSchedPriority = 50;


This is an automatic backport of pull request #1820 done by Mergify.

@mergify mergify bot added the conflicts label Oct 30, 2024
Copy link
Contributor Author

mergify bot commented Oct 30, 2024

Cherry-pick of 832602d has failed:

On branch mergify/bp/iron/pr-1820
Your branch is up to date with 'origin/iron'.

You are currently cherry-picking commit 832602d.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   controller_manager/src/ros2_control_node.cpp
	both modified:   doc/release_notes.rst

no changes added to commit (use "git add" and/or "git commit -a")

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

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 62.41%. Comparing base (7ca9d7f) to head (9a4ee8d).
Report is 1 commits behind head on iron.

Files with missing lines Patch % Lines
controller_manager/src/ros2_control_node.cpp 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             iron    #1825      +/-   ##
==========================================
+ Coverage   62.38%   62.41%   +0.02%     
==========================================
  Files         112      112              
  Lines       12967    12969       +2     
  Branches     8768     8770       +2     
==========================================
+ Hits         8090     8095       +5     
+ Misses        952      948       -4     
- Partials     3925     3926       +1     
Flag Coverage Δ
unittests 62.41% <50.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
controller_manager/src/ros2_control_node.cpp 80.00% <50.00%> (+1.21%) ⬆️

... and 2 files with indirect coverage changes

@christophfroehlich christophfroehlich merged commit 5c42ccb into iron Oct 31, 2024
11 of 12 checks passed
@christophfroehlich christophfroehlich deleted the mergify/bp/iron/pr-1820 branch October 31, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants