Skip to content

Commit

Permalink
didnt characterize it as an arm this time 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
theKnightedBird committed May 23, 2024
1 parent 1e2d642 commit 5d7683e
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ object SpinShooterKrakenConstants {
val SHOOTING_MAP = InterpolatingDoubleTreeMap()
val TIME_MAP = InterpolatingDoubleTreeMap()

const val LEFT_KS = 0.18021 // 0.19599
const val RIGHT_KS = 0.27081 // 0.28982
const val LEFT_KV = 0.061464 // 0.010993
const val RIGHT_KV = 0.063156 // 0.010836
const val LEFT_KA = 0.014574 // 0.0061217
const val RIGHT_KA = 0.014946 // 0.00815
const val LEFT_KP = 0.05
const val RIGHT_KP = 0.05
const val LEFT_KS = 0.16948 // 0.19599
const val RIGHT_KS = 0.25431 // 0.28982
const val LEFT_KV = 0.061287 // 0.010993
const val RIGHT_KV = 0.062885 // 0.010836
const val LEFT_KA = 0.015242 // 0.0061217
const val RIGHT_KA = 0.016153 // 0.00815
const val LEFT_KP = 0.11403
const val RIGHT_KP = 0.088873
const val LEFT_KI = 0.0
const val RIGHT_KI = 0.0
const val LEFT_KD = 0.0
Expand Down

0 comments on commit 5d7683e

Please sign in to comment.