docs
This commit is contained in:
parent
1d8c1dc79c
commit
e81d24d6a7
|
@ -83,6 +83,7 @@ private:
|
|||
DcMotor *m_motor = nullptr;
|
||||
Pid m_pid;
|
||||
bool m_shouldResetPid = false;
|
||||
// todo: rename to m_targetErrorAccumulator
|
||||
ErrorAccumulator m_errorAccumulator;
|
||||
|
||||
// Pedal -> target map
|
||||
|
|
Loading…
Reference in New Issue