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

 (4 comments) (0 reactions) (0 assignees)C++ (714 forks)auto 404
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.

Contributor guide