-
Notifications
You must be signed in to change notification settings - Fork 299
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
Handle on waiting #1562
Handle on waiting #1562
Conversation
Aligns spawner and unspawner logic
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
controller_manager/controller_manager/controller_manager_services.py
Outdated
Show resolved
Hide resolved
controller_manager/controller_manager/controller_manager_services.py
Outdated
Show resolved
Hide resolved
This pull request is in conflict. Could you fix it @bmagyar? |
We tested this PR (adding back in line 228 in controller_manager/controller_manager/spawner.py) and we were able to run ros2_control over a FastDDS discovery server. |
4044fc2
to
3d67dfa
Compare
Note for myself: squash + merge from a PR with merge commits into another PR is not a good idea. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1562 +/- ##
=======================================
Coverage 84.59% 84.60%
=======================================
Files 115 115
Lines 10537 10459 -78
Branches 972 965 -7
=======================================
- Hits 8914 8849 -65
+ Misses 1295 1284 -11
+ Partials 328 326 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…1562) (cherry picked from commit af4b48f) # Conflicts: # controller_manager/controller_manager/controller_manager_services.py # controller_manager/controller_manager/hardware_spawner.py # controller_manager/controller_manager/spawner.py # controller_manager/doc/userdoc.rst # controller_manager/test/test_spawner_unspawner.cpp
Conflict resolved from #1483