-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add ability to briefly summarize trajectory collisions #1011
Add ability to briefly summarize trajectory collisions #1011
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1011 +/- ##
==========================================
- Coverage 90.13% 89.86% -0.28%
==========================================
Files 280 280
Lines 15859 15908 +49
==========================================
Hits 14295 14295
- Misses 1564 1613 +49 |
Lets wait to merge until what is decided on the output from this discussion. |
Changed to output something this:
I chose for it to just be a bottom left triangle matrix becuase the rest of the information is redundant and with the console log we were running into a character output limit so this reduces the number of characters needed. |
LGTM, Once you have CI passing let me know and I will review. |
dafc1e7
to
5cf57de
Compare
@marrts I fixed the clang-tidy errors so I should be able to squash merged after CI finishes. |
5bc7c44
into
tesseract-robotics:master
This is to address the problem brought up here
The output looks like this:
This is intended to help debug if the user realizes that the haven't disabled a collision, or give the user a place to look for what might be causing problems