Skip to content

Commit 05368c7

Browse files
committed
remove debug print
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent a7e6eb5 commit 05368c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bullet-featherstone/src/FreeGroupFeatures.cc

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Identity FreeGroupFeatures::FindFreeGroupForModel(
8585
{
8686
const auto *model = this->ReferenceInterface<ModelInfo>(_modelID);
8787

88-
std::cerr << "joints " << this->joints.size() << std::endl;
8988
for (const auto & joint : this->joints)
9089
{
9190
// Also reject if the model is a child of a fixed constraint

bullet-featherstone/src/SDFFeatures.cc

-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ Identity SDFFeatures::ConstructSdfModelImpl(
578578
// Add world joint
579579
if (structure.rootJoint)
580580
{
581-
std::cerr << " adding root joint " << structure.rootJoint->Name() << std::endl;
582581
const auto &parentInfo = structure.parentOf.at(structure.rootLink);
583582
this->AddJoint(
584583
JointInfo{

0 commit comments

Comments
 (0)