Skip to content

Commit 824f31d

Browse files
committed
tab
1 parent dcec3ba commit 824f31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def constraints_from_frame(self, frame_WCF, tolerance_position, tolerances_axes,
10241024
>>> group = robot.main_group_name
10251025
>>> robot.constraints_from_frame(frame, tolerance_position, tolerances_axes, group)
10261026
[PositionConstraint('ee_link', BoundingVolume(2, Sphere(Point(0.400, 0.300, 0.400), 0.001)), 1.0), \
1027-
OrientationConstraint('ee_link', [0.5, 0.5, 0.5, 0.5], [0.017453292519943295, 0.017453292519943295, 0.017453292519943295], 1.0)]
1027+
OrientationConstraint('ee_link', [0.5, 0.5, 0.5, 0.5], [0.017453292519943295, 0.017453292519943295, 0.017453292519943295], 1.0)]
10281028
"""
10291029
pc = self.position_constraint_from_frame(frame_WCF, tolerance_position, group)
10301030
oc = self.orientation_constraint_from_frame(frame_WCF, tolerances_axes, group)

0 commit comments

Comments
 (0)