commit | a4dd26dac7e0fa9094526d7e06192f5a7b6c8f9d | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Fri Feb 24 19:14:39 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Feb 25 23:33:38 2017 -0800 |
tree | 314e33ea5e73004fe78519c4ff432308662c6ad8 | |
parent | 23cc9eddb15aaad438aade1a13cd81ca56dee6f7 [diff] [blame] |
Tuned indexer stall detection and controller. Change-Id: I93332461253457730b3051c3e96735b314f1405d
diff --git a/y2017/control_loops/superstructure/superstructure.q b/y2017/control_loops/superstructure/superstructure.q index b4e6c9b..427dadb 100644 --- a/y2017/control_loops/superstructure/superstructure.q +++ b/y2017/control_loops/superstructure/superstructure.q
@@ -69,7 +69,7 @@ // True if the indexer is stuck. bool stuck; - float stuck_ratio; + float stuck_voltage; // The state of the indexer state machine. int32_t state;