mend
This commit is contained in:
parent
f261a12bc5
commit
93c6c36a15
|
|
@ -100,7 +100,7 @@ impl DroneController for StackedController {
|
||||||
setpoint = module.process(setpoint, &self.drone_state, dt, is_first_layer);
|
setpoint = module.process(setpoint, &self.drone_state, dt, is_first_layer);
|
||||||
}
|
}
|
||||||
|
|
||||||
return self.mixer.mix_throttle_authority(0.5, setpoint).0;
|
return self.mixer.mix(0.5, setpoint).0;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn as_any(&self) -> &dyn Any {
|
fn as_any(&self) -> &dyn Any {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue