mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Cleanup PIDController (#597)
This commit is contained in:
committed by
Peter Johnson
parent
ba879f4663
commit
0431cf97ff
@@ -135,6 +135,9 @@ class PIDController : public LiveWindowSendable, public PIDInterface {
|
||||
// Minimum input - limit setpoint to this
|
||||
double m_minimumInput = 0;
|
||||
|
||||
// input range - difference between maximum and minimum
|
||||
double m_inputRange = 0;
|
||||
|
||||
// Do the endpoints wrap around? eg. Absolute encoder
|
||||
bool m_continuous = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user