Skip to content

Commit

Permalink
Merge pull request #102 from Choate-Robotics/fix/comp_wrist_tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirol authored Mar 29, 2024
2 parents b17e93c + 16ae37e commit 0746761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ class LimelightPosition:
)

WRIST_AIM_CONFIG = SparkMaxConfig(
0.16, 0, 0, 0, (-1, 1), idle_mode=rev.CANSparkMax.IdleMode.kBrake) if comp_bot.get() else \
SparkMaxConfig(
0.23, 0, 0, 0, (-1, 1), idle_mode=rev.CANSparkMax.IdleMode.kBrake
)

Expand Down

0 comments on commit 0746761

Please sign in to comment.