-
Notifications
You must be signed in to change notification settings - Fork 446
Deprecate publish_dynamic_joint_states parameter in joint_state_broadcaster #2107
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?
Conversation
…caster - Change default value from true to false - Add deprecation warning in on_configure when parameter is set to true - Remove dynamic joint state assertions from tests
f74877c to
abf2c5d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2107 +/- ##
==========================================
- Coverage 84.79% 84.48% -0.31%
==========================================
Files 151 151
Lines 14607 14518 -89
Branches 1266 1263 -3
==========================================
- Hits 12386 12266 -120
- Misses 1763 1794 +31
Partials 458 458
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
saikishor
left a comment
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 to me 👍🏾
christophfroehlich
left a comment
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.
Fine for me, except..
| For publishing non-standard interfaces, consider using alternatives: | ||
|
|
||
| * ``state_interfaces_broadcaster`` for broadcasting arbitrary state interfaces | ||
| * ``gpio_command_controller`` for GPIO and custom hardware interfaces | ||
| * `pal_statistics <https://github.com/pal-robotics/pal_statistics>`_ for flexible runtime statistics publishing |
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.
This should go into the migration notes instead.
Second step of #2044
Only meant for rolling, not to be backported.