Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewChoulas committed Apr 12, 2024
1 parent 9ecad5e commit b8a4c77
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 @@ -26,7 +26,7 @@ object SuperstructureConstants {
Pair(156.8.inches, 3500.rotations.perMinute),
Pair(172.2.inches, 3500.rotations.perMinute),
Pair(185.6.inches, 4000.rotations.perMinute),
Pair(198.15.inches, 4200.rotations.perMinute),
Pair(198.15.inches, 4000.rotations.perMinute),
Pair(220.1.inches, 4400.rotations.perMinute)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object WristConstants {
val SIM_WRIST_KS = 0.15.volts
}

val WRIST_TOLERANCE = 0.2.degrees
val WRIST_TOLERANCE = 0.25.degrees

val IDLE_ANGLE = (-33.5).degrees

Expand Down

0 comments on commit b8a4c77

Please sign in to comment.