Skip to content

Commit

Permalink
Update dual_side_teleop.py (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
frejandreassen authored Dec 5, 2024
1 parent 7a43894 commit 4fa6b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dual_side_teleop.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def opening_ceremony(
)
leader_bot_right.core.robot_set_operating_modes('group', 'arm', 'position')
leader_bot_right.core.robot_set_operating_modes('single', 'gripper', 'position')
follower_bot_left.core.robot_set_motor_registers('single', 'gripper', 'current_limit', 300)
follower_bot_right.core.robot_set_motor_registers('single', 'gripper', 'current_limit', 300)

torque_on(follower_bot_left)
torque_on(leader_bot_left)
Expand Down

0 comments on commit 4fa6b2c

Please sign in to comment.