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

fix: typo use thread_priority (backport #1844) #1846

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 4, 2024

Fixed typo with the logs with the thread priority usage. Use the user set parameter thread priority rather than default kSchedPriority. If user doesn't set the thread_priority it will be defaulted to the kSchedPriority.


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

(cherry picked from commit be0a339)

# Conflicts:
#	controller_manager/src/ros2_control_node.cpp
Copy link
Contributor Author

mergify bot commented Nov 4, 2024

Cherry-pick of be0a339 has failed:

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

You are currently cherry-picking commit be0a339.
  (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

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

@mergify mergify bot added the conflicts label Nov 4, 2024
@mergify mergify bot mentioned this pull request Nov 4, 2024
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.35%. Comparing base (8ba9a49) to head (7718650).
Report is 1 commits behind head on iron.

Additional details and impacted files
@@           Coverage Diff           @@
##             iron    #1846   +/-   ##
=======================================
  Coverage   62.35%   62.35%           
=======================================
  Files         112      112           
  Lines       13098    13098           
  Branches     8879     8879           
=======================================
  Hits         8167     8167           
- Misses        948      949    +1     
+ Partials     3983     3982    -1     
Flag Coverage Δ
unittests 62.35% <ø> (ø)

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% <ø> (ø)

... and 1 file with indirect coverage changes

@bmagyar bmagyar merged commit 13aed56 into iron Nov 4, 2024
10 of 11 checks passed
@bmagyar bmagyar deleted the mergify/bp/iron/pr-1844 branch November 4, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants