Upgrade WPILib and upgraded compilers to C++17

I haven't touched the CTRE libraries yet, although they may need to be
upgraded as well.

Note that this change makes it so that you need either Ubuntu 18.04 or
later or debian buster or later in order to build the code (you may be
able to build code for the roborio on older operating systems, but
running the tests will not work normally).

Change-Id: I0cfa37fe37f830edde6d305e1f50414c369098e4
diff --git a/y2017/control_loops/superstructure/column/column.cc b/y2017/control_loops/superstructure/column/column.cc
index b2e7c5c..f1aea39 100644
--- a/y2017/control_loops/superstructure/column/column.cc
+++ b/y2017/control_loops/superstructure/column/column.cc
@@ -437,6 +437,7 @@
       state_ = State::ZEROING_UNINITIALIZED;
 
       // Fall through so we can start the zeroing process immediately.
+      [[fallthrough]];
 
     case State::ZEROING_UNINITIALIZED:
       // Set up the profile to be the zeroing profile.