-
Notifications
You must be signed in to change notification settings - Fork 324
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 WaitSet issue in tests (backport #1206) #1212
Conversation
(cherry picked from commit 2674f6d) # Conflicts: # joint_trajectory_controller/test/test_trajectory_controller.cpp # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
Cherry-pick of 2674f6d 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 |
joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
Outdated
Show resolved
Hide resolved
joint_trajectory_controller/test/test_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## iron #1212 +/- ##
==========================================
+ Coverage 86.87% 87.32% +0.45%
==========================================
Files 92 92
Lines 8365 8404 +39
Branches 696 697 +1
==========================================
+ Hits 7267 7339 +72
+ Misses 846 812 -34
- Partials 252 253 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This PR aims to fix the WaitSet issue with the command subscription in the tests
This is an automatic backport of pull request #1206 done by Mergify.