-
Notifications
You must be signed in to change notification settings - Fork 365
[Transmissions] Add force
interface
#2588
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
base: master
Are you sure you want to change the base?
[Transmissions] Add force
interface
#2588
Conversation
force
and current
interfaces
3bd5b9d
to
d6a2549
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2588 +/- ##
==========================================
- Coverage 89.45% 89.42% -0.03%
==========================================
Files 147 147
Lines 16636 16752 +116
Branches 1400 1408 +8
==========================================
+ Hits 14881 14980 +99
- Misses 1218 1227 +9
- Partials 537 545 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
transmission_interface/include/transmission_interface/differential_transmission.hpp
Outdated
Show resolved
Hide resolved
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.
After some discussion, we are not sure if the current makes sense at the joint end. It is better to be only on the actuator end the conversion from Nm/N to Amp.
Yeah, I have to agree. I was kinda realizing the same thing when I was coding the differential transmission part. Current does not really make sense at joint level. Will fix. @christophfroehlich Thanks for spotting the typo ( 😭 ). In the end I'll remove all the "curret" related stuff. |
force
and current
interfacesforce
interface to the Transmissions
force
interface to the Transmissionsforce
interface
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. It is missing the release_notes
Follow up on #2310.
Same concept and approach, only this time we add force and current interfaces.
As before, adding these two new interfaces is backwards compatible. If force and current interfaces are not available then the contents from this PR do nothing.