Browse Source

[fix] args bug.

main
Your Name 1 year ago
parent
commit
012fd88eff
  1. 2
      teleop/teleop_hand_and_arm.py

2
teleop/teleop_hand_and_arm.py

@ -154,7 +154,7 @@ if __name__ == '__main__':
# record data # record data
if args.record: if args.record:
# dex hand or gripper # dex hand or gripper
if args.dex:
if args.hand == "dex3":
with dual_hand_data_lock: with dual_hand_data_lock:
left_hand_state = dual_hand_state_array[:7] left_hand_state = dual_hand_state_array[:7]
right_hand_state = dual_hand_state_array[-7:] right_hand_state = dual_hand_state_array[-7:]

Loading…
Cancel
Save