Skip to content

Commit

Permalink
hopefully fix intake handoff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewChoulas committed Apr 6, 2024
1 parent a905010 commit c6f8ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ object WristConstants {
val CLIMB_ANGLE = 0.0.degrees

val TRAP_ANGLE = 35.degrees
val INTAKE_ANGLE = (-33.5).degrees
val INTAKE_ANGLE = (-33.75).degrees
val IDLE_ANGLE_HAS_GAMEPEICE = -34.degrees
val PASSING_SHOT_ANGLE = -20.degrees
}
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class Superstructure(
}
SuperstructureStates.GROUND_INTAKE_PREP -> {
wrist.currentRequest =
Request.WristRequest.TargetingPosition(Wrist.TunableWristStates.intakeAngle.get(), 2.0.degrees)
Request.WristRequest.TargetingPosition(Wrist.TunableWristStates.intakeAngle.get(), 1.0.degrees)
if (wrist.isAtTargetedPosition) {
nextState = SuperstructureStates.GROUND_INTAKE
}
Expand Down

0 comments on commit c6f8ef2

Please sign in to comment.