mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
added set integrator
This commit is contained in:
parent
364afe8da0
commit
b094f6ce52
@ -92,6 +92,7 @@ public:
|
|||||||
void imax(const int16_t v) { _imax.set(abs(v)); }
|
void imax(const int16_t v) { _imax.set(abs(v)); }
|
||||||
|
|
||||||
float get_integrator() const { return _integrator; }
|
float get_integrator() const { return _integrator; }
|
||||||
|
void set_integrator(float i) { _integrator = i; }
|
||||||
|
|
||||||
static const struct AP_Param::GroupInfo var_info[];
|
static const struct AP_Param::GroupInfo var_info[];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user