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 the realtime_tools lock_memory method to prevent page faults (backport #1822) #1850

Open
wants to merge 2 commits into
base: humble
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 4, 2024

Add lock_memory to avoid page faults and lock the memory at the beginning to physical RAM


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

…ent page faults (#1822)

(cherry picked from commit e6e69c1)

# Conflicts:
#	doc/release_notes.rst
@mergify mergify bot added the conflicts label Nov 4, 2024
Copy link
Contributor Author

mergify bot commented Nov 4, 2024

Cherry-pick of e6e69c1 has failed:

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

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

Changes to be committed:
	modified:   controller_manager/src/ros2_control_node.cpp

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

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 Nov 4, 2024

Codecov Report

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

Project coverage is 62.50%. Comparing base (92871d8) to head (939a825).

Files with missing lines Patch % Lines
controller_manager/src/ros2_control_node.cpp 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           humble    #1850      +/-   ##
==========================================
- Coverage   62.51%   62.50%   -0.01%     
==========================================
  Files         108      108              
  Lines       12156    12160       +4     
  Branches     8247     8247              
==========================================
+ Hits         7599     7601       +2     
  Misses        879      879              
- Partials     3678     3680       +2     
Flag Coverage Δ
unittests 62.50% <50.00%> (-0.01%) ⬇️

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 76.92% <50.00%> (-3.08%) ⬇️

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