wpilibsuite/allwpilib
Feedforward and feedback gain setters should mention they should only be used for online tuning
Closed
#7,787 opened on Feb 14, 2025
component: wpimatheffort: 1good first issuetype: docs
Repository metrics
- Stars
- (1,281 stars)
- PR merge metrics
- (PR metrics pending)
Description
Feedforwards in particular are designed for systems with constant gains. Besides the online tuning use case, using gain scheduling for them is not an intended use, and means the user hasn't correctly modeled their system.