allwpilib
allwpilib copied to clipboard
The `Sendable` for `PIDController` does not contain the values for the integrator range
The Sendable
for PIDController
allows adjusting all of the values that affect calculate
's result except for m_minimumIntegral
and m_maximumIntegral
. When tuning a controller these may need adjustment, so having them as part of the Sendable
would be useful.
Can this be changed unilaterally in PIDController
, or does it require changes to the code for the PIDController
type on various dashboards?
It requires changes across all the dashboards as well.