commit | 2fc10faad04a13afd823a62795311a3add24fbfd | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Feb 08 00:44:34 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Feb 10 21:30:23 2016 -0800 |
tree | 592ca0b234732ffdd4e989799b61560c4f383475 | |
parent | a88c407429851c2abef91ff5bf3c5ba15691e0af [diff] [blame] |
Split out superstructure into arm and intake state feedback loops. This is more code for the structure of the superstructure control loop. Change-Id: I4abc83b04c57174ce087be0932e777cafdce8373
diff --git a/y2016/control_loops/superstructure/superstructure_main.cc b/y2016/control_loops/superstructure/superstructure_main.cc index d825eeb..f4987fb 100644 --- a/y2016/control_loops/superstructure/superstructure_main.cc +++ b/y2016/control_loops/superstructure/superstructure_main.cc
@@ -4,7 +4,7 @@ int main() { ::aos::Init(); - ::y2016::control_loops::Superstructure superstructure; + ::y2016::control_loops::superstructure::Superstructure superstructure; superstructure.Run(); ::aos::Cleanup(); return 0;