Skip to content

Commit

Permalink
RSDK-6282 FIX (viamrobotics#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Jan 25, 2024
1 parent fd7cc97 commit ad8df26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/motor/gpio/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (m *EncodedMotor) createControlLoopConfig(p, i, d float64) control.Config {
"kP": p,
"limit_lo": -255.0,
"limit_up": 255.0,
"tune_method": "ziegerNichlsPI",
"tune_method": "ziegerNicholsPI",
"tune_ssr_value": 2.0,
"tune_step_pct": 0.35,
},
Expand Down

0 comments on commit ad8df26

Please sign in to comment.