Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosortino committed May 10, 2024
1 parent 8fbd05b commit 8521b42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion HumanDynamicsEstimationLibrary/utils/src/iDynTreeUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ void state::Integrator::integrate(const iDynTree::VectorDynSize& new_dot_s,
{
if(resetFlag) {
resetFlag = false;
std::cout << "Reset old state integrator" << std::endl;
oldState.zero();
}

Expand Down
5 changes: 0 additions & 5 deletions devices/HumanStateProvider/HumanStateProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1610,11 +1610,6 @@ void HumanStateProvider::impl::computeSecondaryCalibrationRotationsForChain(
iDynTree::Twist baseVel;
baseVel.zero();

for (auto const& jointZeroIdx : jointZeroIndices) {
// jointPos.setVal(jointZeroIdx, jointConfigurationSolution.getVal(jointZeroIdx));
std::cout << "jointPos " << jointPos.getVal(jointZeroIdx) << std::endl;
}

{
std::lock_guard<std::mutex> lock(mutexFlagIntegrator);
resetIntegrator = true;
Expand Down

0 comments on commit 8521b42

Please sign in to comment.