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

can this be used with Go2 motors? #21

Open
aatb-ch opened this issue Sep 30, 2024 · 0 comments
Open

can this be used with Go2 motors? #21

aatb-ch opened this issue Sep 30, 2024 · 0 comments

Comments

@aatb-ch
Copy link

aatb-ch commented Sep 30, 2024

The only reference in this repo is of motor types A1, B1 and GO_M8010_6, not Go2.

enum class MotorType{
    A1, // 4.8M baudrate
    B1, // 6.0M baudrate
    GO_M8010_6
};

In the pdf GO-M8010-6_Motor_User_Manual_V1.0.pdf there is an explicit reference to motor type MotorType::Go2. Is this still working? I'm trying to reuse a Go2 motor for a different project and would like to use the unitree_actuator_sdk to control it.

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