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

When running the code with the Go1 robot, it was noticed that the two hind legs are splayed outward. #55

Open
nanbwrn opened this issue Oct 31, 2023 · 2 comments

Comments

@nanbwrn
Copy link

nanbwrn commented Oct 31, 2023

When I run the simulation with the Go1 robot, I've noticed that the robot's leg positions are normal when it's standing. However, when it starts walking with trot gait, I observe that its rear two legs splay outward as it moves. When I run it on the actual robot, this strange phenomenon also occurs.
How should I make modifications to address this issue?
Thank you, everyone.

Below is a simulation video for reference.

Legged.Control.Go1.mp4
@demirciomer
Copy link

Hi, can you send the reference.info file of your robot?

@nanbwrn
Copy link
Author

nanbwrn commented Jul 18, 2024

targetDisplacementVelocity 0.25;
targetRotationVelocity 0.5;

comHeight 0.30 ; Unitree Go1 Default Spec: 0.325 -> 0.31

defaultJointState
{
(0,0) 0.00 ; LF_HAA | Original: -0.20
(1,0) 0.72 ; LF_HFE | Original: 0.72
(2,0) -1.44 ; LF_KFE | Original: -1.44
(3,0) 0.00 ; LH_HAA | Original: -0.20
(4,0) 0.72 ; LH_HFE | Original: 0.72
(5,0) -1.44 ; LH_KFE | Original: -1.44
(6,0) 0.00 ; RF_HAA | Original: 0.20
(7,0) 0.72 ; RF_HFE | Original: 0.72
(8,0) -1.44 ; RF_KFE | Original: -1.44
(9,0) 0.00 ; RH_HAA | Original: 0.20
(10,0) 0.72 ; RH_HFE | Original: 0.72
(11,0) -1.44 ; RH_KFE | Original: -1.44
}

initialModeSchedule
{
modeSequence
{
[0] STANCE
[1] STANCE
}
eventTimes
{
[0] 0.5
}
}

defaultModeSequenceTemplate
{
modeSequence
{
[0] STANCE
}
switchingTimes
{
[0] 0.0
[1] 1.0
}
}

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