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

Why not model the path of a swinging foot with just one polynomial? #69

Closed
ferrolho opened this issue Mar 17, 2020 · 2 comments
Closed

Comments

@ferrolho
Copy link

ferrolho commented Mar 17, 2020

Hi Alex! Under Section IV.B of your paper presenting TOWR you say you use three cubic polynomials for parameterizing end-effectors in swing phase as well as contact forces:

"(...) These can represent typically varying force and motion profiles while still keeping the problem as small as possible. (...)"

I understand why you would want to use more than one polynomial for modelling the contact forces during a stance phase, but I don't understand why you would want more than one polynomial for the Cartesian path of a swinging foot. Could you please help me understand this? Thank you in advance!

(This may be related to #35.)

@awinkler
Copy link
Member

Hi Henrique! yes, sure. For instance considering the polynomial describing the foot z (height) position: we want the foot to lift, fulfill possibly some position constraint of maximum swing height and then lower back to the ground. All while approaching zero velocity at takeoff and landing. There are just not enough DoFs in a third order polynomial for that. The xy-motion of the swing might very well be describable with a single polynomial, but was just easier and cleaner to implement using multiple polynomials here as well. Hope this makes it clearer👍

@ferrolho
Copy link
Author

It is very clear now. Thank you! 🙂

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