Merge "Stop the ball a bit more when preloading"
diff --git a/y2020/control_loops/superstructure/superstructure.h b/y2020/control_loops/superstructure/superstructure.h
index 3eb6cb2..07b7575 100644
--- a/y2020/control_loops/superstructure/superstructure.h
+++ b/y2020/control_loops/superstructure/superstructure.h
@@ -32,7 +32,7 @@
static constexpr std::chrono::milliseconds kPreloadingTimeout =
std::chrono::seconds(2);
static constexpr std::chrono::milliseconds kPreloadingBackpowerDuration =
- std::chrono::milliseconds(50);
+ std::chrono::milliseconds(55);
using PotAndAbsoluteEncoderSubsystem =
::frc971::control_loops::StaticZeroingSingleDOFProfiledSubsystem<