Skip to content

Commit

Permalink
default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Aug 1, 2024
1 parent e447b7c commit cd927e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lerobot/configs/robot/aloha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ leader_arms:
left:
_target_: lerobot.common.robot_devices.motors.dynamixel.DynamixelMotorsBus
port: /dev/ttyDXL_master_left
#port: /dev/tty.usbserial-FT89FM77
# port: /dev/tty.usbserial-FT89FM77
motors: # window_x
# name: (index, model)
waist: [1, xm430-w350]
Expand All @@ -20,7 +20,7 @@ leader_arms:
right:
_target_: lerobot.common.robot_devices.motors.dynamixel.DynamixelMotorsBus
port: /dev/ttyDXL_master_right
#port: /dev/tty.usbserial-FT891KPN
# port: /dev/tty.usbserial-FT891KPN
motors: # window_x
# name: (index, model)
waist: [1, xm430-w350]
Expand All @@ -37,7 +37,7 @@ follower_arms:
left:
_target_: lerobot.common.robot_devices.motors.dynamixel.DynamixelMotorsBus
port: /dev/ttyDXL_puppet_left
#port: /dev/tty.usbserial-FT891KBG
# port: /dev/tty.usbserial-FT891KBG
motors:
# name: [index, model]
waist: [1, xm540-w270]
Expand All @@ -52,7 +52,7 @@ follower_arms:
right:
_target_: lerobot.common.robot_devices.motors.dynamixel.DynamixelMotorsBus
port: /dev/ttyDXL_puppet_right
#port: /dev/tty.usbserial-FT89FM09
# port: /dev/tty.usbserial-FT89FM09
motors:
# name: [index, model]
waist: [1, xm540-w270]
Expand Down

0 comments on commit cd927e1

Please sign in to comment.