wpilibsuite/allwpilib

Feedforward and feedback gain setters should mention they should only be used for online tuning

Chiusa

#7787 aperta il 14 feb 2025

 (4 commenti) (0 reazioni) (0 assegnatari)C++ (714 fork)auto 404
component: wpimatheffort: 1good first issuetype: docs

Metriche repository

Star
 (1281 stelle)
Metriche merge PR
 (Merge medio 8g 11h) (153 PR mergiate in 30 g)

Descrizione

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.

Guida contributor