dont flush every tick
This commit is contained in:
parent
4009d68098
commit
fe6effe50f
|
|
@ -202,7 +202,6 @@ impl Simulation {
|
||||||
desired_motor_diff,
|
desired_motor_diff,
|
||||||
))
|
))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
logger.flush().unwrap();
|
|
||||||
}
|
}
|
||||||
Ok(StepOutcome::Continue)
|
Ok(StepOutcome::Continue)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue