-
Notifications
You must be signed in to change notification settings - Fork 545
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
remove underscore from public member in MotionPlanResponse #1939
remove underscore from public member in MotionPlanResponse #1939
Conversation
This pull request is in conflict. Could you fix it @AlexWebb03? |
Codecov ReportBase: 50.30% // Head: 50.29% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1939 +/- ##
==========================================
- Coverage 50.30% 50.29% -0.00%
==========================================
Files 374 374
Lines 31358 31358
==========================================
- Hits 15772 15769 -3
- Misses 15586 15589 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@AlexWebb03 Thanks for addressing this issue! This looks good. Can you fix the CI failures? You can format the code by running pre-commit run -a
It would be wonderful if you could address this as well 👍, you can either add it to this PR or open a new one. |
…exWebb03/moveit2 into remove_underscore_from_public_members
I've done the extra struct in this MR, and have run the pre-commit hook. Thanks for the advice and quick response! |
Merging breaking API changes without a deprecation period is bad practice. Now, many downstream packages require an immediate fix. |
Required to align with changes introduced by moveit/moveit2#1939 Co-authored-by: JafarAbdi <[email protected]>
Description
Fixes this. Pretty self-explanatory, one question I had is whether the same changes should be applied ExecutableMotionPlan, since this struct also uses the suffix notation inappropriately.
Checklist