Skip to content
Snippets Groups Projects
Commit 5df53d60 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add debug output

parent c2a37003
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,8 @@ namespace hpp {
value_type guessThreshold = this->problem().getParameter ("SplineGradientBased/guessThreshold", value_type(-1));
Eigen::RowBlockIndices select =
this->computeActiveParameters (path, set->configProjector()->solver(), guessThreshold, true);
hppDout (info, "End of path " << idxSpline << ": do not change this dof " << select);
hppDout (info, "End of path " << idxSpline << ": state " << state->name());
const size_type rDof = this->robot_->numberDof(),
col = idxSpline * Spline::NbCoeffs * rDof,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment