-
Notifications
You must be signed in to change notification settings - Fork 265
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
PID Video #2631
base: main
Are you sure you want to change the base?
PID Video #2631
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,3 +157,9 @@ An *underdamped* response oscillates around the :term:`reference` before settlin | |
:align: center | ||
|
||
is slow to rise and does not overshoot the :term:`reference`. A *critically damped* response has the fastest :term:`rise time` without overshooting the :term:`reference`. | ||
|
||
Other Information | ||
------------------ | ||
|
||
* https://file.tavsys.net/control/controls-engineering-in-frc.pdf - See section 2 and section 6. | ||
* `VIDEO: What Is Feedforward Control? | Control Systems in Practice <https://www.youtube.com/watch?v=FW_ay7K4jPE>`_ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This 15-minute video's explanation of feedforward is good, but the middle third brings up frequency domain stuff that isn't relevant to FRC students (they use modern controls for basically everything, whether they know it or not), and the last third presents a Simulink example that isn't reproducible by FRC students, cuz MATLAB costs money. frc-docs already has some JS tutorials for feedforward and feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct references would be chapter 2 "PID controllers" and section 7.8 "Feedforward"; in
a.b.c.d
,a
is chapter,b
is section,c
is subsection, andd
is subsubsection.By the way, this page is already a verbatim copy of chapter 2.