Tune arm loops
Slow it waaay down and add more knobs to plot the poles.
Change-Id: I488ab7b0b999b3bb032c39523ffc8193363e7003
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/control_loops/python/roll.py b/y2023/control_loops/python/roll.py
index 7e342b2..ce0fac0 100644
--- a/y2023/control_loops/python/roll.py
+++ b/y2023/control_loops/python/roll.py
@@ -39,6 +39,7 @@
R = numpy.matrix([[numpy.pi / 2.0], [0.0]])
angular_system.PlotKick(kRoll, R)
angular_system.PlotMotion(kRoll, R)
+ return
# Write the generated constants out to a file.
if len(argv) != 5: