-
Notifications
You must be signed in to change notification settings - Fork 88
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 use of compound mesh in FCL #1083
Fix use of compound mesh in FCL #1083
Conversation
ec9ef9d
to
5cba2a9
Compare
5cba2a9
to
211da43
Compare
8c5cae1
to
79d5edb
Compare
@rjoomen Hey, I did not realize you had pushed changes and I force pushed after I noticed my local clang tidy build failed. What changes did you make? |
No changes, I just rebased on master using Github. |
I'll look into this tomorrow. |
79d5edb
to
6d16ec5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1083 +/- ##
==========================================
- Coverage 89.40% 89.40% -0.01%
==========================================
Files 288 288
Lines 16304 16303 -1
==========================================
- Hits 14577 14576 -1
Misses 1727 1727 |
6d16ec5
to
00a03ba
Compare
00a03ba
to
1b035c7
Compare
Seems like a better solution, and it works, thanks. I added a small simplification. |
6757445
into
tesseract-robotics:master
Fix #1053
@rjoomen After looking through the code I went a slight different route to solve another issue with get the correct shape index. Do you mind testing this?