Fixed bugs when starting on hall effect sensors.
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 87b90dc..66ff80f 100755
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -62,6 +62,7 @@
{0.0, 2.05, 0.02, 2.02, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
0.01, // claw_unimportant_epsilon
0.9, // start_fine_tune_pos
+ 4.0,
}
};
break;
@@ -84,6 +85,7 @@
{0.0, 2.05, 0.02, 2.02, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
0.01, // claw_unimportant_epsilon
0.9, // start_fine_tune_pos
+ 4.0,
}
};
break;