Skip to content

Commit be039e7

Browse files
committed
add explaination for hysteresis
1 parent 4e20327 commit be039e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/control/src/motion/step_planner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl StepPlanner {
127127
highest_temperature,
128128
70.0..=76.0,
129129
);
130+
// at 76°C stiffness gets automatically reduced by the motors - this stops if temperature is below 70°C again
130131

131132
let max_step_size = match (speed, self.leg_joints_hot) {
132133
(WalkSpeed::Slow, _) => *context.max_step_size + *context.step_size_delta_slow,

0 commit comments

Comments
 (0)