Added stuff for properly capping voltage on claw.
Compiles, tests pass, generally good :).
diff --git a/frc971/control_loops/claw/claw.gyp b/frc971/control_loops/claw/claw.gyp
index 8bb94c0..f71bf6b 100644
--- a/frc971/control_loops/claw/claw.gyp
+++ b/frc971/control_loops/claw/claw.gyp
@@ -29,11 +29,15 @@
'<(AOS)/common/common.gyp:controls',
'<(DEPTH)/frc971/frc971.gyp:constants',
'<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop',
+ '<(DEPTH)/aos/build/externals.gyp:libcdd',
+ '<(DEPTH)/frc971/control_loops/control_loops.gyp:coerce_goal',
],
'export_dependent_settings': [
'claw_loop',
'<(AOS)/common/common.gyp:controls',
'<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop',
+ '<(DEPTH)/aos/build/externals.gyp:libcdd',
+ '<(DEPTH)/frc971/control_loops/control_loops.gyp:coerce_goal',
],
},
{