-
Notifications
You must be signed in to change notification settings - Fork 264
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
Conversation
Remove trailing space.
------------------ | ||
|
||
* 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 comment
The 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.
Other Information | ||
------------------ | ||
|
||
* https://file.tavsys.net/control/controls-engineering-in-frc.pdf - See section 2 and section 6. |
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, and d
is subsubsection.
By the way, this page is already a verbatim copy of chapter 2.
super late to the party but since I was in here looking for controls-related PR's anyway.... What I do think the video brings up is the notion that an FRC-focused pedagogy is the best way to move forward for this competition. While I personally found the video useful, the jump to other tools and laplace domain is going to be a jarring experience for the person who just learned PID fifteen minutes ago. Core elements I think are useful to a pedagogy in future doc changes:
|
Notes from prior PR:
#2609