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

PID Video #2631

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

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.

* `VIDEO: What Is Feedforward Control? | Control Systems in Practice <https://www.youtube.com/watch?v=FW_ay7K4jPE>`_
Copy link
Member

@calcmogul calcmogul Apr 9, 2024

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.

Loading