Skip to content

Commit

Permalink
More compact descartes collision logging output (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts authored Jun 11, 2024
1 parent f095dd3 commit 42c943f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ std::vector<descartes_light::StateSample<FloatType>> DescartesRobotSampler<Float
{
error_string_stream << "For sample " << i << " " << ik_solutions.size()
<< " IK solutions were found, with a collision summary of:" << std::endl;
error_string_stream << traj_contacts.trajectoryCollisionResultsTable().str();
error_string_stream << traj_contacts.collisionFrequencyPerLink().str();
}
}

Expand Down

0 comments on commit 42c943f

Please sign in to comment.