-
Notifications
You must be signed in to change notification settings - Fork 335
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
[diff_drive] Remove unused parameter and add simple validation #abi-breaking #958
[diff_drive] Remove unused parameter and add simple validation #abi-breaking #958
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #958 +/- ##
==========================================
+ Coverage 47.43% 47.47% +0.03%
==========================================
Files 41 41
Lines 3862 3859 -3
Branches 1816 1814 -2
==========================================
Hits 1832 1832
+ Misses 769 767 -2
+ Partials 1261 1260 -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.
Wonderful, thank you!
I think we should backport to Iron. Let's leave Humble as-is |
wheels_per_side
This breaks ABI because of the class variable change, is this a bad idea to backport?