Skip to content

Commit

Permalink
[StatesPathFinder] Remove some output in the log.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Nov 4, 2024
1 parent a7b62b5 commit fa8c304
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/path-planner/states-path-finder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,6 @@ bool StatesPathFinder::solveOptimizationProblem() {
if (nTriesDone[1] >= nTriesMax1) {
// if cannot solve all the way, return longest VALID sequence
d.waypoint = longestSolved;
displayConfigsSolved();
return false;
}
// Reset the fail counter while the solution is empty
Expand Down Expand Up @@ -1491,9 +1490,6 @@ bool StatesPathFinder::solveOptimizationProblem() {
}
}

displayConfigsSolved();
displayRhsMatrix();

return true;
}

Expand Down

0 comments on commit fa8c304

Please sign in to comment.