first commit
This commit is contained in:
@@ -326,7 +326,15 @@ class SideTriggerGripController:
|
||||
reference = None
|
||||
action = "close-timeout-open"
|
||||
else:
|
||||
action = "closing-to-grip"
|
||||
if (
|
||||
config.closing_command_interval > 0
|
||||
and now - last_force_ramp_time >= config.closing_command_interval
|
||||
):
|
||||
self.gripper.close(force_pct, "closing-continue")
|
||||
last_force_ramp_time = now
|
||||
action = "closing-continue"
|
||||
else:
|
||||
action = "closing-to-grip"
|
||||
|
||||
elif state == "gripping":
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user