Skip to content

Commit f36eff5

Browse files
committed
lint
1 parent edb8479 commit f36eff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_fab/backends/pybullet/backend_features/pybullet_inverse_kinematics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def inverse_kinematics(self, robot, frame_WCF, start_configuration=None, group=N
7676

7777
called_from_test = 'pytest' in sys.modules
7878
if options.get('enforce_joint_limits', True) and not called_from_test:
79-
8079
lower_limits = [joint.limit.lower if joint.type != Joint.CONTINUOUS else 0 for joint in joints]
8180
upper_limits = [joint.limit.upper if joint.type != Joint.CONTINUOUS else 2 * math.pi for joint in joints]
8281
# I don't know what jointRanges needs to be. Erwin Coumans knows, but he isn't telling.

0 commit comments

Comments
 (0)