-
Notifications
You must be signed in to change notification settings - Fork 557
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
adds const to moveit_core/distance_field issue 879 #2394
adds const to moveit_core/distance_field issue 879 #2394
Conversation
This pull request is in conflict. Could you fix it @danielcorona19? |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2394 +/- ##
==========================================
- Coverage 50.87% 50.87% -0.00%
==========================================
Files 386 386
Lines 31983 31982 -1
==========================================
- Hits 16269 16268 -1
Misses 15714 15714
☔ View full report in Codecov by Sentry. |
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.
Can you run pre-commit run -a
on this branch to fix the formatting failure? Looks great otherwise!
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.
Quick hold-up before merging. Do we event want to add cost for per-value parameters? There has been a related discussion here #2119 and we should follow a consistent style.
Good call -- particularly the opinion in #2119 (comment) is that |
I just did this PR because I am a new contributor and I would like to understand the procedure of contributing to the MoveIt project. I wasn't able to correct the clang-format because the |
No worries @danielcorona19 -- I think we'll go ahead and close this one because of #2119 (comment). Thank for your working on this and we look forward to your next contiribution(s) -- here are many other "good first issue" type issues to try out! |
Description
Added const keyword to function parameters in moveit_core/distance_field. This PR is related to #879
Checklist