mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Use newer link to controls book in comments (NFC) (#2700)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace frc {
|
||||
* A plant is a mathematical model of a system's dynamics.
|
||||
*
|
||||
* For more on the underlying math, read
|
||||
* https://file.tavsys.net/control/state-space-guide.pdf.
|
||||
* https://file.tavsys.net/control/controls-engineering-in-frc.pdf.
|
||||
*/
|
||||
template <int States, int Inputs, int Outputs>
|
||||
class LinearSystem {
|
||||
|
||||
Reference in New Issue
Block a user