diff --git a/src/manipulation-planner.cc b/src/manipulation-planner.cc index c43cfb63fe1725e03afa9ab35033fb38fec8e12d..17635160d6079e1b4d0e8bf144180e686656fe57 100644 --- a/src/manipulation-planner.cc +++ b/src/manipulation-planner.cc @@ -304,7 +304,7 @@ namespace hpp { } else projPath = path; PathValidationReportPtr_t report; if (pathValidation->validate (projPath, false, validPath, report)) { - if (!_1to2 || !_2to1) nbConnection++; + nbConnection++; if (!_1to2) roadmap ()->addEdge (*itn1, *itn2, projPath); if (!_2to1) { core::interval_t timeRange = projPath->timeRange (); @@ -352,7 +352,7 @@ namespace hpp { } else projPath = path; PathValidationReportPtr_t report; if (pathValidation->validate (projPath, false, validPath, report)) { - if (!_1to2 || !_2to1) nbConnection++; + nbConnection++; if (!_1to2) roadmap ()->addEdge (*itn1, *itn2, projPath); if (!_2to1) { core::interval_t timeRange = projPath->timeRange ();