-
Notifications
You must be signed in to change notification settings - Fork 310
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 verbose output of list_hardware_components #1004
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1004 +/- ##
==========================================
- Coverage 34.61% 32.69% -1.93%
==========================================
Files 52 91 +39
Lines 2981 9551 +6570
Branches 1855 6432 +4577
==========================================
+ Hits 1032 3123 +2091
- Misses 310 704 +394
- Partials 1639 5724 +4085
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.
Brilliant, thanks :D
@Mergifyio backport humble |
✅ Backports have been created
|
(cherry picked from commit e376c0b) # Conflicts: # ros2controlcli/ros2controlcli/verb/list_hardware_components.py
Fixes #999. Additionally, claimed state of state interfaces is always false -> removed output.
Using
ros2_control_demo_example_4
:Before
After