Commit 05368c7 1 parent a7e6eb5 commit 05368c7 Copy full SHA for 05368c7
File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ Identity FreeGroupFeatures::FindFreeGroupForModel(
85
85
{
86
86
const auto *model = this ->ReferenceInterface <ModelInfo>(_modelID);
87
87
88
- std::cerr << " joints " << this ->joints .size () << std::endl;
89
88
for (const auto & joint : this ->joints )
90
89
{
91
90
// Also reject if the model is a child of a fixed constraint
Original file line number Diff line number Diff line change @@ -578,7 +578,6 @@ Identity SDFFeatures::ConstructSdfModelImpl(
578
578
// Add world joint
579
579
if (structure.rootJoint )
580
580
{
581
- std::cerr << " adding root joint " << structure.rootJoint ->Name () << std::endl;
582
581
const auto &parentInfo = structure.parentOf .at (structure.rootLink );
583
582
this ->AddJoint (
584
583
JointInfo{
You can’t perform that action at this time.
0 commit comments