actually use the gyro and do auto in high gear
diff --git a/frc971/queues/other_sensors.q b/frc971/queues/other_sensors.q
index 7181ce9..e986a10 100644
--- a/frc971/queues/other_sensors.q
+++ b/frc971/queues/other_sensors.q
@@ -7,6 +7,8 @@
 queue OtherSensors other_sensors;
 
 message GyroReading {
+	// Positive is counter-clockwise (Austin says "it's Positive").
+	// Right-hand coordinate system around the Z-axis going up.
 	double angle;
 };
 queue GyroReading gyro_reading;