Replace RCLCPP_*_STREAM macros with RCLCPP_*#1600
Replace RCLCPP_*_STREAM macros with RCLCPP_*#1600saikishor merged 2 commits intoros-controls:masterfrom
Conversation
christophfroehlich
left a comment
There was a problem hiding this comment.
Thanks for your contribution.
However, please install pre-commit beforehand so that you get the errors at the time of the commit. Now you can fix them by running pre-commit run --all.
Can I ask you to also change the RCLCPP_INFO_STREAM methods, not only the ERROR log level?
Sure, I can work on changing the RCLCPP_INFO_STREAM methods should I open a new PR or add the commits in this PR itself. |
|
Please do in the same PR, and ensure that the code builds successfully before you push. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1600 +/- ##
==========================================
+ Coverage 85.08% 85.09% +0.01%
==========================================
Files 123 123
Lines 11703 11701 -2
Branches 999 997 -2
==========================================
Hits 9957 9957
Misses 1430 1430
+ Partials 316 314 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
(cherry picked from commit eca84fa) # Conflicts: # admittance_controller/src/admittance_controller.cpp # parallel_gripper_controller/include/parallel_gripper_controller/parallel_gripper_action_controller_impl.hpp
|
Thank you!! |
Closes issue #337