Feedforward in LinearSystemLoop #6649
Answered
by
calcmogul
narmstro2020
asked this question in
Q&A
-
Would anything be gained in the LinearSystemLoop by having its internal feedforward include kS and kG components accordingly for arm and elevator systems? |
Beta Was this translation helpful? Give feedback.
Answered by
calcmogul
May 23, 2024
Replies: 1 comment 1 reply
-
That doesn't make it a linear system anymore. Users should add the nonlinear components of the feedforward to the motor output themselves. LinearSystemLoop is also intended as a "good baseline" class. If users need something more complex, they should do it themselves. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
narmstro2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That doesn't make it a linear system anymore. Users should add the nonlinear components of the feedforward to the motor output themselves.
LinearSystemLoop is also intended as a "good baseline" class. If users need something more complex, they should do it themselves.