Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamixel port finding not working for Windows. #478

Open
1 of 2 tasks
diegoakel opened this issue Oct 20, 2024 · 0 comments
Open
1 of 2 tasks

Dynamixel port finding not working for Windows. #478

diegoakel opened this issue Oct 20, 2024 · 0 comments

Comments

@diegoakel
Copy link

System Info

Function find_available_ports at lerobot/common/robot_devices/motors/dynamixel.py.

Information

  • One of the scripts in the examples/ folder of LeRobot
  • My own task or dataset (give details below)

Reproduction

Running python lerobot/common/robot_devices/motors/dynamixel.py on windows.

Expected behavior

It's written only for Linux and Mac I guess. It works with this change:

def find_available_ports():
    return [port.device for port in serial.tools.list_ports.comports()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant