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

G1 examples use unstable stand/squat #24

Open
Rusteam opened this issue Dec 10, 2024 · 2 comments
Open

G1 examples use unstable stand/squat #24

Rusteam opened this issue Dec 10, 2024 · 2 comments

Comments

@Rusteam
Copy link

Rusteam commented Dec 10, 2024

Tried running G1 examples for basic operations like standing, squating, but none of them is balanced. The robot is unstable when getting up or squating. How to run these examples properly so that they perform similar to the gamepad buttons?

        if test_option.id == 0:
            sport_client.Damp()
        elif test_option.id == 1:
            sport_client.StandUp()
        elif test_option.id == 2:
            sport_client.Sit()
        elif test_option.id == 3:
            sport_client.Move(0.3, 0, 0)
        elif test_option.id == 4:
            sport_client.Move(0, 0.3, 0)
        elif test_option.id == 5:
            sport_client.Move(0, 0, 0.3)
        elif test_option.id == 6:
            sport_client.LowStand()
        elif test_option.id == 7:
            sport_client.HighStand()
        elif test_option.id == 8:
            sport_client.ZeroTorque()
        elif test_option.id == 9:
            sport_client.BalanceStand(0)
        elif test_option.id == 10:
            sport_client.Start()
        elif test_option.id == 11:
            sport_client.Squat()
@Rusteam Rusteam changed the title G1 examples use unstable stand/sit G1 examples use unstable stand/squat Dec 10, 2024
@ting-zheng
Copy link

hello,I'm having the same problem as you ,do you save it?

@Rusteam
Copy link
Author

Rusteam commented Jan 5, 2025

Waiting for the developers to add support for R1+X mode in this sdk

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

2 participants