changed PI to float
This commit is contained in:
parent
3b4743ef03
commit
13e83aed2f
@ -77,7 +77,7 @@ public:
|
||||
///
|
||||
/// @returns The updated control output.
|
||||
///
|
||||
long get_pi(int32_t error, float dt);
|
||||
long get_pi(int32_t error, float dt);
|
||||
|
||||
/// Reset the PI integrator
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user