There was an error while loading. Please reload this page.
1 parent 4e20327 commit be039e7Copy full SHA for be039e7
1 file changed
crates/control/src/motion/step_planner.rs
@@ -127,6 +127,7 @@ impl StepPlanner {
127
highest_temperature,
128
70.0..=76.0,
129
);
130
+ // at 76°C stiffness gets automatically reduced by the motors - this stops if temperature is below 70°C again
131
132
let max_step_size = match (speed, self.leg_joints_hot) {
133
(WalkSpeed::Slow, _) => *context.max_step_size + *context.step_size_delta_slow,
0 commit comments