Tune loops on 2024 bot
Rollers were going too fast, current limits were bad. This mostly
works.
Change-Id: Ia5a697c03cd0b20b431f58f6fbaccc297debceae
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2024/control_loops/python/altitude.py b/y2024/control_loops/python/altitude.py
index d302b79..544eddc 100644
--- a/y2024/control_loops/python/altitude.py
+++ b/y2024/control_loops/python/altitude.py
@@ -24,7 +24,7 @@
motor=control_loop.KrakenFOC(),
G=(16.0 / 60.0) * (16.0 / 162.0),
# 4340 in^ lb
- J=1.27,
+ J=1.2,
q_pos=0.60,
q_vel=8.0,
kalman_q_pos=0.12,