Skip to content
Snippets Groups Projects
Commit 13dad80a authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Remove spurious debug output.

parent fb5743c5
No related branches found
No related tags found
No related merge requests found
Pipeline #12897 failed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// General Lesser Public License for more details. You should have // General Lesser Public License for more details. You should have
// received a copy of the GNU Lesser General Public License along with // received a copy of the GNU Lesser General Public License along with
// hpp-manipulation. If not, see <http://www.gnu.org/licenses/>. // hpp-manipulation. If not, see <http://www.gnu.org/licenses/>.
#define HPP_DEBUG
#include "hpp/manipulation/manipulation-planner.hh" #include "hpp/manipulation/manipulation-planner.hh"
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>
...@@ -200,10 +200,6 @@ namespace hpp { ...@@ -200,10 +200,6 @@ namespace hpp {
bool success; bool success;
ConfigurationPtr_t q_new (new Configuration_t ConfigurationPtr_t q_new (new Configuration_t
(path->eval(t_final, success))); (path->eval(t_final, success)));
hppDout(info, pinocchio::displayConfig(*near->configuration()));
hppDout(info, pinocchio::displayConfig(*q_new));
hppDout(info, path);
hppDout(info, *path);
assert(success); assert(success);
assert(path->constraints()->isSatisfied(*q_new)); assert(path->constraints()->isSatisfied(*q_new));
assert(problem_->constraintGraph ()->getState(*q_new)); assert(problem_->constraintGraph ()->getState(*q_new));
...@@ -327,7 +323,6 @@ namespace hpp { ...@@ -327,7 +323,6 @@ namespace hpp {
} }
HPP_STOP_TIMECOUNTER (validatePath); HPP_STOP_TIMECOUNTER (validatePath);
if (fullValidPath->length () == 0) { if (fullValidPath->length () == 0) {
hppDout(info, "");
es.addFailure (reasons_[FAILURE]); es.addFailure (reasons_[FAILURE]);
es.addFailure (reasons_[PATH_VALIDATION_ZERO]); es.addFailure (reasons_[PATH_VALIDATION_ZERO]);
validPath = fullValidPath; validPath = fullValidPath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment