Skip to content

Commit e7a7ccb

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

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
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{

test/common_test/free_joint_features.cc

-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ TEST_F(FreeGroupFeaturesTest, FreeGroupSetWorldPoseStaticAndFixedModel)
356356
</model>
357357
</sdf>)";
358358

359-
360359
for (const std::string &name : pluginNames)
361360
{
362361
std::cout << "Testing plugin: " << name << std::endl;

0 commit comments

Comments
 (0)