commit | 96d9ceae5152c1430d6441d6ffe47fcc9668b2e1 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue Nov 12 21:10:50 2013 -0800 |
committer | Brian Silverman <brians> | Tue Nov 12 21:10:50 2013 -0800 |
tree | b6c7e0168360e734152e249c61dd9b96707acb6e | |
parent | 98e1ab6187c8b4447ad00296fa691d963903fc79 [diff] [blame] |
various small tweaks/fixes from Madtown
diff --git a/frc971/input/gyro_sensor_receiver.cc b/frc971/input/gyro_sensor_receiver.cc index fcfabb2..ffe538d 100644 --- a/frc971/input/gyro_sensor_receiver.cc +++ b/frc971/input/gyro_sensor_receiver.cc
@@ -93,7 +93,7 @@ bad_gyro_ = true; gyro.MakeWithBuilder().angle(0).Send(); } else if (data()->old_gyro_reading) { - LOG(WARNING, "old gyro reading\n"); + LOG(WARNING, "old/bad/uninitialized gyro reading\n"); bad_gyro_ = true; } else { bad_gyro_ = false;