-
Notifications
You must be signed in to change notification settings - Fork 309
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
rqt_cm: Fix handling of unconfigured controllers during spawn action #1794
rqt_cm: Fix handling of unconfigured controllers during spawn action #1794
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1794 +/- ##
==========================================
+ Coverage 86.83% 86.86% +0.02%
==========================================
Files 121 121
Lines 11542 11541 -1
Branches 1054 1054
==========================================
+ Hits 10023 10025 +2
+ Misses 1144 1142 -2
+ Partials 375 374 -1
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.
Thanks. I tested it successfully. Is there a reason why you marked this PR as draft?
Thanks, @christophfroehlich , for your support. I kept the PR in draft because I wasn’t able to perform proper testing. I thought some code changes might be needed based on the results, which is why I left it as a draft. |
I believe, everything went fine. So I change PR back to |
@christophfroehlich Please let me know if there any further changes needed for this PR? |
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
…ontroller (#1794) (#1797) (cherry picked from commit 0ba1428) Co-authored-by: Santosh Govindaraj <[email protected]>
…ontroller (#1794) (#1798) (cherry picked from commit 0ba1428) Co-authored-by: Santosh Govindaraj <[email protected]>
Description:
This PR addresses an #1791 issue where controllers in the "unconfigured" state were being loaded rather than configured during the action_spawn process. The previous behavior could lead to errors when attempting to activate controllers that were not yet configured.
Changes made:
Testing:
I was unable to test the changes with
diffbot.launch.py
due to build issues withros2_controllers
on my system running ROS Iron, as therolling
build is not compatible withiron
.