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

update unlock method to also include the part of the NON_POLLING #142

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

saikishor
Copy link
Member

Update the unlock method to be similar to the noetic branch

void unlock()
{
msg_mutex_.unlock();
#ifdef NON_POLLING
updated_cond_.notify_one();
#endif
}

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5edb6b2) 62.24% compared to head (a697800) 62.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   62.24%   62.55%   +0.31%     
==========================================
  Files           6        6              
  Lines         241      243       +2     
  Branches       85       85              
==========================================
+ Hits          150      152       +2     
  Misses         26       26              
  Partials       65       65              
Flag Coverage Δ
unittests 62.55% <100.00%> (+0.31%) ⬆️

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

Files Coverage Δ
include/realtime_tools/realtime_publisher.h 80.00% <100.00%> (+0.75%) ⬆️

@bmagyar bmagyar merged commit a7eeb4e into ros-controls:master Jan 24, 2024
22 checks passed
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.

3 participants