[JTC] Fix typos, implicit cast, const member functions#748
[JTC] Fix typos, implicit cast, const member functions#748bmagyar merged 4 commits intoros-controls:masterfrom
Conversation
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #748 +/- ##
==========================================
- Coverage 35.78% 30.88% -4.90%
==========================================
Files 189 7 -182
Lines 17570 832 -16738
Branches 11592 505 -11087
==========================================
- Hits 6287 257 -6030
+ Misses 994 133 -861
+ Partials 10289 442 -9847
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
It is weird that CI says that the changes break ABI. I don't see any ABI breaking changes. Thanks for the changes |
I guess that the const qualifiers change ABI?
|
Ideally it shouldn't, but I might be wrong Anyway, this is local to the controller and it is not used as a library, so we can go ahead with the PR |
(cherry picked from commit 6b73cf5) # Conflicts: # joint_trajectory_controller/include/joint_trajectory_controller/joint_trajectory_controller.hpp # joint_trajectory_controller/src/joint_trajectory_controller.cpp # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
Fix typos, implicit cast warnings, and declare const member functions as const