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

how to increase leg lift height when swing phase? #78

Open
EricWang1hitsz opened this issue Oct 15, 2020 · 2 comments
Open

how to increase leg lift height when swing phase? #78

EricWang1hitsz opened this issue Oct 15, 2020 · 2 comments

Comments

@EricWang1hitsz
Copy link

Thanks for your great code! Now I have a question, how to increase leg lift height when swing phase, walking on the flat floor?

@awinkler
Copy link
Member

You could increase the height of the range of motion constraint (blue boxes around the legs), which might cause the legs to be lifted higher (but not enforced). That's probably the easiest to try first.

Alternatively, you could add an additional line for the z-height here (you'll have to also update the Jacobian etc.) and add this constraint to the problem:

g(row++) = curr.v()(dim) - des_vel_center(dim);

Hope this help!

@EricWang1hitsz
Copy link
Author

EricWang1hitsz commented Oct 16, 2020 via email

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