-
Notifications
You must be signed in to change notification settings - Fork 565
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
Fix: misleading error logs in RobotState::setFromIKSubgroups() #3263
Fix: misleading error logs in RobotState::setFromIKSubgroups() #3263
Conversation
misleading log message for RobotState::setFromIKSubgroups() when checking consistency_limits size
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 for this fix!
If you don't mind, I will rename this PR with a more specific name.
Seems there are some formatting errors. Please run |
clang-format fixed @sea-bass |
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 #3263 +/- ##
==========================================
- Coverage 45.97% 45.95% -0.01%
==========================================
Files 716 716
Lines 62394 62394
Branches 7545 7543 -2
==========================================
- Hits 28677 28669 -8
- Misses 33551 33557 +6
- Partials 166 168 +2 ☔ View full report in Codecov by Sentry. |
* Fix: misleading error logs misleading log message for RobotState::setFromIKSubgroups() when checking consistency_limits size * fix clang-format (cherry picked from commit 524ca4f)
* Fix: misleading error logs misleading log message for RobotState::setFromIKSubgroups() when checking consistency_limits size * fix clang-format (cherry picked from commit 524ca4f) # Conflicts: # moveit_core/robot_state/src/robot_state.cpp
#3266) (cherry picked from commit 524ca4f) Co-authored-by: Zhong Jin <[email protected]>
…ort #3263) (#3267) (cherry picked from commit 524ca4f) Co-authored-by: Zhong Jin <[email protected]>
Description
misleading log message for RobotState::setFromIKSubgroups() when checking consistency_limits size
before:
fixed: