Skip to content
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

Get a brief string summary of a contact map #1079

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marrts
Copy link
Contributor

@marrts marrts commented Dec 10, 2024

This can be useful for motion planning debugging.

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.40%. Comparing base (5ad42b6) to head (ab1a16d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1079   +/-   ##
=======================================
  Coverage   89.40%   89.40%           
=======================================
  Files         288      288           
  Lines       16304    16304           
=======================================
  Hits        14576    14576           
  Misses       1728     1728           

see 2 files with indirect coverage changes

/** @brief Get a brief summary of the most frequently colliding link pair
* @return A string stream containing the collision summary
*/
std::stringstream getCollisionSummary() const
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just return a string?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants