-
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
Move hardware interface README content to sphinx documentation #1342
Move hardware interface README content to sphinx documentation #1342
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1342 +/- ##
=======================================
Coverage 47.53% 47.53%
=======================================
Files 41 41
Lines 3547 3547
Branches 1930 1930
=======================================
Hits 1686 1686
Misses 459 459
Partials 1402 1402
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, thanks. I think that these code snippets should give an idea how to solve this. I wouldn't make it more complex with adding parameter handling.
But the write and read methods have |
ah, you may be right. |
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
Future note:
After looking at this, I wonder if it's better to have different frequency management of how CM handles controllers, also at the hardware interface level.
518856c
@mateusmenezes95 i wonder if a slightly modified version could work for iron/humble too? |
(cherry picked from commit 55eeb09)
(cherry picked from commit 55eeb09)
Overview
Note
During the migration, I have a doubt about the example code for the elapsed time option. Shouldn't the value of
period
variable in the if statement also be retrieved from the URDF parameters sections?