Remove deprecated publish_rate from diff_drive_controller#2259
Conversation
|
This pull request is in conflict. Could you fix it @Bhavin-umatiya? |
christophfroehlich
left a comment
There was a problem hiding this comment.
Thank you. Please rebase this on top of master as the deprecation PR got merged now.
9fe719a to
1bbdc98
Compare
|
Thank you, @christophfroehlich. I have rebased the branch on the latest master and resolved the merge conflicts. The PR is now up to date with the merged deprecation code. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2259 +/- ##
=======================================
Coverage 84.99% 85.00%
=======================================
Files 145 145
Lines 15186 15169 -17
Branches 1331 1328 -3
=======================================
- Hits 12907 12894 -13
+ Misses 1789 1787 -2
+ Partials 490 488 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
1bbdc98 to
238cc7c
Compare
|
@christophfroehlich I have rebased this on top of master and resolved the conflicts as requested. The PR is now ready for review. |
238cc7c to
b16e2b9
Compare
b16e2b9 to
21cf0e8
Compare
christophfroehlich
left a comment
There was a problem hiding this comment.
LGTM, but can you add a note here?
# Conflicts: # diff_drive_controller/src/diff_drive_controller_parameter.yaml
21cf0e8 to
6d79d93
Compare
|
@christophfroehlich I have added the note to the release notes as requested! |
|
Please never do force pushes on PRs which have been reviewed already. For reference, see our contribution guidelines |
2482f04
into
ros-controls:master
|
Thank you for the guidance and for merging the PR! @christophfroehlich.. My apologies for the force push I understand now that it disrupts the review history. I will make sure to use incremental commits for review updates in the future. |
Description
Following the deprecation in PR #2245, this follow-up PR removes the deprecated
publish_rateparameter and its associated logic fromdiff_drive_controller.This includes:
publish_ratefromdiff_drive_controller_parameter.yaml.publish_rate_,publish_period_, andprevious_publish_timestamp_from the controller header.This PR is set as a Draft as requested by @christophfroehlich, to be merged after the next project sync.