-
Notifications
You must be signed in to change notification settings - Fork 324
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
[JTC] Fix typos, implicit cast, const member functions #748
Conversation
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
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.
|
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.
LGTM
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 |
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.
Very good, thank you!
(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