-
Notifications
You must be signed in to change notification settings - Fork 957
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
Utilize setScaleDirty() and setPaddingDirty() to improve performance #2038
Conversation
Could be optimized even more by backport of moveit/geometric_shapes#137 to melodic. |
backport in progress: moveit/geometric_shapes#142 |
@peci1 we actually moved to depend on |
The speedup has been implemented. I found two more places where it can be done. |
Codecov Report
@@ Coverage Diff @@
## master #2038 +/- ##
=======================================
Coverage 57.79% 57.79%
=======================================
Files 328 328
Lines 25664 25665 +1
=======================================
+ Hits 14833 14834 +1
Misses 10831 10831
Continue to review full report at Codecov.
|
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.
Looks good to me. Thanks as many times before @peci1 😃
…#2038) Utilize createEmptyBodyFromShapeType(), setScaleDirty() and setPaddingDirty()
Description
As requested in moveit/geometric_shapes#109 (comment).
I only found one candidate usage...
Checklist