forked from Archive/PX4-Autopilot
removed turn compensation flag form control data since it's obsolete
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
parent
e1f9874c82
commit
f22ad30ef3
|
@ -78,7 +78,6 @@ struct ECL_ControlData {
|
||||||
float groundspeed;
|
float groundspeed;
|
||||||
float groundspeed_scaler;
|
float groundspeed_scaler;
|
||||||
bool lock_integrator;
|
bool lock_integrator;
|
||||||
bool do_turn_compensation;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class __EXPORT ECL_Controller
|
class __EXPORT ECL_Controller
|
||||||
|
|
Loading…
Reference in New Issue