-
Notifications
You must be signed in to change notification settings - Fork 566
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
[Issue-879] Add const specifier to moveit_core #3202
Conversation
02f85a6
to
4e5695a
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3202 +/- ##
==========================================
- Coverage 46.01% 45.64% -0.37%
==========================================
Files 714 714
Lines 62304 62282 -22
Branches 7532 7529 -3
==========================================
- Hits 28666 28421 -245
- Misses 33471 33694 +223
Partials 167 167 ☔ View full report in Codecov by Sentry. |
Just one formatting failure, but otherwise looks good |
57a6175
to
f300681
Compare
Thanks for pointing it out. Fixed. |
f300681
to
f17c57a
Compare
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.
Thanks!
Description
This PR adds const specifiers to methods of some classes in moveit_core subdir as proposed in #879.
Checklist