Skip to content

Commit 67cd179

Browse files
committed
no message
1 parent 993d27d commit 67cd179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/L10/grab/dynamic_grasping.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
'''
1919

2020
def main(args):
21-
2221
# 初始化API
2322
hand = LinkerHandApi(hand_joint=args.hand_joint,hand_type=args.hand_type)
2423
# 设置速度
25-
hand.set_speed(speed=[20,50,50,50,50])
24+
hand.set_speed(speed=args.speed)
2625
# 准备抓握姿态
2726
pose = [255, 70, 255, 255, 255, 255, 255, 255, 255, 120]
2827
hand.finger_move(pose=pose)

0 commit comments

Comments
 (0)