Skip to content

Commit d692738

Browse files
authored
[BUG FIX] Lower constraint_timeconst in keyboard_teleop to mitigate penetration of the gripper (Genesis-Embodied-AI#1558)
1 parent a69a47c commit d692738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/keyboard_teleop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def build_scene():
6262
enable_collision=True,
6363
gravity=(0, 0, -9.8),
6464
box_box_detection=True,
65-
constraint_timeconst=0.02,
65+
constraint_timeconst=0.01,
6666
),
6767
viewer_options=gs.options.ViewerOptions(
6868
camera_pos=(1.5, 0.0, 0.7),

0 commit comments

Comments
 (0)