We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2140a1 commit ab82257Copy full SHA for ab82257
src/compas_fab/robots/constraints.py
@@ -155,8 +155,10 @@ class JointConstraint(Constraint):
155
value: float
156
The targeted value for that joint.
157
tolerance_above: float
158
+ Tolerance above the targeted joint value, in radians. Defaults to 0.
159
tolerance_below: float
- The bound to be achieved is [value - tolerance_below, position + tolerance_above].
160
+ Tolerance below the targeted joint value, in radians. Defaults to 0.
161
+ The bound to be achieved is [value - tolerance_below, value + tolerance_above].
162
weight: float, optional
163
A weighting factor for this constraint. Denotes relative importance to
164
other constraints. Closer to zero means less important. Defaults to 1.
0 commit comments