-
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
[MockHardware] Enable disabling of command to simulate HW failures. #1027
Conversation
destogl
commented
May 17, 2023
- part of the port from [GenericSystem] Add velocity-only mode in fake_components #540.
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1027 +/- ##
==========================================
- Coverage 34.61% 32.61% -2.01%
==========================================
Files 52 91 +39
Lines 2981 9591 +6610
Branches 1855 6467 +4612
==========================================
+ Hits 1032 3128 +2096
- Misses 310 706 +396
- Partials 1639 5757 +4118
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, but please add this option to the docs
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.
Looks good but agree w @christophfroehlich
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.
Looks good!
OK, will add docs and then merge. |
Please check the updated docs. |
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
…backport ros-controls#1027) (ros-controls#1050) * [MockHardware] Enable disabling of command to simulate HW failures. (ros-controls#1027) (cherry picked from commit bc8052a) # Conflicts: # hardware_interface/doc/mock_components_userdoc.rst --------- Co-authored-by: Dr. Denis <denis@stoglrobotics.de>