A bilateral constraint that prevents one link from moving relative to the world coordinate system, or prevents two links from moving relative to each other.
A bilateral constraint that prevents one link from moving relative to the world coordinate system, or prevents two links from moving relative to each other. After activation, a rigidConstraint allows no further relative motion between the two links. The constraint equations for a two-link rigidClosure are:A one-link rigidClosure has a simpler form:*vDiff = *l1->vcDotS - *l2->vcDotS = 0 *omegaDotDiff = *l1->omegaDotS - *l2->omegaDotS = 0
*vDiff = *l1->vcDotS = 0; *omegaDiff = *l1->omegaDotS = 0;
Users can change the value of 'distTol' if they see significant constraint violations. Selecting a smaller timestep and/or error threshold (tol) in the dynoSolver can also help with this.
Alphabetic index HTML hierarchy of classes or Java