We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e793 commit 8a60e1eCopy full SHA for 8a60e1e
1 file changed
src/systems/detachable_joint/DetachableJoint.cc
@@ -334,7 +334,7 @@ void DetachableJoint::PreUpdate(
334
igndbg << "Attaching entity: " << this->detachableJointEntity
335
<< std::endl;
336
}
337
- else
+ else if (!this->suppressChildWarning)
338
{
339
ignwarn << "Child Link " << this->childLinkName
340
<< " could not be found.\n";
0 commit comments