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

Add a time delay term to the controller. #3

Open
moorepants opened this issue Dec 17, 2013 · 2 comments
Open

Add a time delay term to the controller. #3

moorepants opened this issue Dec 17, 2013 · 2 comments

Comments

@moorepants
Copy link
Member

Something like

m(t) = m*(t) - K1(t) - K2(t - tau)

@moorepants
Copy link
Member Author

Andy Ruina asks this:

In your controller parameters do you have time delay? A shape function for
response vs time (impulse response or step response)? I would think you would
want these. And they might, if you have enough data, vary from sensor to sensor
and joint to joint.

@tvdbogert
Copy link
Member

van der Kooij does this, and I think we have enough data to do this also (if we wanted to). The term without delay is due to muscle mechanics and the term with delay is neural. To keep the direct id problem in linear least squares form, we would have to assume a tau rather than estimate it. I would not rule out a nonlinear least squares approach but it's going to be much more computation.

For this paper we should just present the simplest linear controller which lumps everything together into the one term with no delay.

There is the temptation that this may suddenly give great results but we should resist that...

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