docs
This commit is contained in:
parent
d6da1f7e80
commit
8375e9e159
|
@ -19,7 +19,10 @@ public:
|
|||
void reset();
|
||||
|
||||
private:
|
||||
// more or less threshold parameter
|
||||
float m_ignoreError = 0;
|
||||
float m_errorIntegral = 0;
|
||||
// time parameter
|
||||
float m_dt = 0;
|
||||
// current state
|
||||
float m_errorIntegral = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue