Use ADIS16448 in y2020

This updates the IMU transform to be correct for the yaw axis, but may
have the X/Y axes/signs wrong if we care about accelerometer or
roll/pitch data.

Change-Id: I73d86c8be18f447bb35fc13666ccfdda29fef257
Signed-off-by: James Kuszmaul <jabukuszmaul@gmail.com>
diff --git a/y2020/constants.h b/y2020/constants.h
index 30fb553..5920fe4 100644
--- a/y2020/constants.h
+++ b/y2020/constants.h
@@ -22,7 +22,10 @@
 namespace constants {
 
 struct Values {
+  static const uint16_t kCompTeamNumber = 971;
+  static const uint16_t kPracticeTeamNumber = 9971;
   static const uint16_t kCodingRobotTeamNumber = 7971;
+  static const uint16_t kSpareRoborioTeamNumber = 6971;
 
   static const int kZeroingSampleSize = 200;