Added ability to fine tune calibration maybe after auto. Goes to set position then catches the up edge on the calib hall effect. Does bottom then the top claw.
diff --git a/frc971/constants.h b/frc971/constants.h
old mode 100644
new mode 100755
index 9de3a28..4a6949e
--- a/frc971/constants.h
+++ b/frc971/constants.h
@@ -61,8 +61,12 @@
AnglePair back;
};
+
Claw upper_claw;
Claw lower_claw;
+
+ double claw_unimportant_epsilon;
+ double start_fine_tune_pos;
};
// Creates (once) a Values instance and returns a reference to it.