-
Notifications
You must be signed in to change notification settings - Fork 40
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
Better debugging feedback on failed Descartes plan #401
Better debugging feedback on failed Descartes plan #401
Conversation
Snippet of example output:
|
6fe2c3b
to
9d57806
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #401 +/- ##
==========================================
- Coverage 85.77% 85.65% -0.13%
==========================================
Files 229 229
Lines 15205 15238 +33
==========================================
+ Hits 13042 13052 +10
- Misses 2163 2186 +23 |
9905211
to
3a229a6
Compare
I eventually want to update this to produce a more compact collision summary. Currently it can produce a table that is rather large and takes up an annoying amount to terminal lines. |
98c2a3a
into
tesseract-robotics:master
I went ahead and merged but open a MR with with the changes making it compact. |
In conjunction with this PR on descartes_light. Gives a detailed breakdown of all the collisions seen when a descartes plan fails or explicitly says if the failure was from IK being unsolvable