Skip to content

Commit

Permalink
retunr flywheel pid
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanMeanBeanMachine4774 authored and LucienMorey committed May 23, 2024
1 parent c8e6d79 commit 4bf8d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/shooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ def __init__(self) -> None:

flywheel_pid = (
Slot0Configs()
.with_k_p(0.41377)
.with_k_p(0.17487)
.with_k_i(0)
.with_k_d(0)
.with_k_s(0.31461)
.with_k_v(0.097173)
.with_k_a(0.013103)
.with_k_s(0.32193)
.with_k_v(0.096182)
.with_k_a(0.0096935)
)

flywheel_gear_ratio = FeedbackConfigs().with_sensor_to_mechanism_ratio(
Expand Down

0 comments on commit 4bf8d4b

Please sign in to comment.