Skip to content

Commit

Permalink
revert back port
Browse files Browse the repository at this point in the history
  • Loading branch information
pkooij committed Feb 13, 2025
1 parent 69d7ac1 commit 83693a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lerobot/common/robot_devices/robots/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class So100RobotConfig(ManipulatorRobotConfig):
leader_arms: dict[str, MotorsBusConfig] = field(
default_factory=lambda: {
"main": FeetechMotorsBusConfig(
port="/dev/tty.usbmodem585A0077581",
port="/dev/tty.usbmodem58760431091",
motors={
# name: (index, model)
"shoulder_pan": [1, "sts3215"],
Expand All @@ -446,7 +446,7 @@ class So100RobotConfig(ManipulatorRobotConfig):
follower_arms: dict[str, MotorsBusConfig] = field(
default_factory=lambda: {
"main": FeetechMotorsBusConfig(
port="/dev/tty.usbmodem585A0080521",
port="/dev/tty.usbmodem585A0076891",
motors={
# name: (index, model)
"shoulder_pan": [1, "sts3215"],
Expand Down

0 comments on commit 83693a9

Please sign in to comment.