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 delta u terms to the discrete time cost function #11

Open
korken89 opened this issue Nov 19, 2018 · 0 comments
Open

Add delta u terms to the discrete time cost function #11

korken89 opened this issue Nov 19, 2018 · 0 comments

Comments

@korken89
Copy link

Hi,

We have been trying PANOC to position control a real quadrotor, which was working quite well, however we often saw the need to adding weights on the change of control signal due to some erratic behavior.
The main issue why we simply do not increase the control signal weights is that we still want to tell the solver that large control signal are OK, just that in cannot change instantly.

As the current setup only allows for state weights, I would like to request the additions of a matrix Rd, which is the weight on the rate of change of the control signal.
I did a quick try to implement this, but Pantelis (@alphaville) pointed out that I was changing the continuous time cost function.

I am not familiar with the code generation to add this, but I heard that there was already plans on adding something similar?

BR Emil

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

1 participant