Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 4, 2022
1 parent 10f325a commit 6c4dded
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workspace/scripts/files/config.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Ki=0
Kd=0

[temperature_automation.thermostat]
Kp=4.25
Kp=4.0
Ki=0.0
Kd=6.0

[stirring.pid]
Kp=0.010
Ki=0
Kd=0
Kp=0.01
Ki=0.0
Kd=0.0

[growth_rate_kalman]
# obs_std ↑ smooths growth rate, rate_std ↑ more responsive growth rate
Expand Down

0 comments on commit 6c4dded

Please sign in to comment.