Skip to content

Commit 3ec3f16

Browse files
committed
Default IK test to not visualize to avoid blocking in pytest
1 parent 0f67d56 commit 3ec3f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inverse_kinematics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pybullet as p
1010
import pybullet_data
1111

12-
visualize = True
12+
visualize = False
1313

1414

1515
def _make_robot_translucent(robot_id, alpha=0.4):

0 commit comments

Comments
 (0)