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

Use input matrix from system #457

Closed
schillic opened this issue Feb 12, 2019 · 1 comment
Closed

Use input matrix from system #457

schillic opened this issue Feb 12, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@schillic
Copy link
Member

Currently we expect LTI systems with invariants given as a ConstrainedLinearControlContinuousSystem, as in ConstrainedLinearControlContinuousSystem(A, B, X, B*U). However, the B matrix (second argument) is completely ignored, and instead the user has to pass B*U as the fourth argument.

@schillic schillic added the fix label Feb 12, 2019
@schillic schillic added this to the Release milestone Feb 12, 2019
@schillic schillic modified the milestones: Release, v1.0.0 Feb 21, 2019
@mforets
Copy link
Member

mforets commented Mar 15, 2019

Fixed in #542.

@mforets mforets closed this as completed Mar 15, 2019
@schillic schillic assigned schillic and mforets and unassigned schillic Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants