Browse Source

removed turn compensation flag form control data since it's obsolete

Signed-off-by: Roman <bapstroman@gmail.com>
master
Roman 8 years ago committed by Lorenz Meier
parent
commit
f22ad30ef3
  1. 1
      attitude_fw/ecl_controller.h

1
attitude_fw/ecl_controller.h

@ -78,7 +78,6 @@ struct ECL_ControlData { @@ -78,7 +78,6 @@ struct ECL_ControlData {
float groundspeed;
float groundspeed_scaler;
bool lock_integrator;
bool do_turn_compensation;
};
class __EXPORT ECL_Controller

Loading…
Cancel
Save