Skip to content

Commit 0a01a7f

Browse files
author
bot
committed
Automatic style fix for polymetis
1 parent 2f07e38 commit 0a01a7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

polymetis/polymetis/python/polymetis/robot_drivers/psyonic_gripper/psyonic-hand-demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def do_grasps(n):
2121

2222

2323
if __name__ == "__main__":
24-
2524
# Define the a set of joint angle positions to iterate through to test each joint on
2625
# the robot arm.
2726
time_scale = 12
@@ -56,7 +55,6 @@ def do_grasps(n):
5655
home_positions = [float(x) for x in panda.get_joint_positions()]
5756

5857
for sequence, time_to_go in test_sequence:
59-
6058
# Create an initial target based upon the home positions
6159
target_positions = list(home_positions)
6260
for joint, angle in enumerate(sequence):

0 commit comments

Comments
 (0)