Fix collided LOG
Change-Id: I2088fd93e19ef5f98bdfcb947596d8d25c025e92
diff --git a/y2016/control_loops/superstructure/superstructure.cc b/y2016/control_loops/superstructure/superstructure.cc
index 49ea43f..b5765b7 100644
--- a/y2016/control_loops/superstructure/superstructure.cc
+++ b/y2016/control_loops/superstructure/superstructure.cc
@@ -209,7 +209,7 @@
if (shoulder_angle <
CollisionAvoidance::kMinShoulderAngleForHorizontalShooter &&
::std::abs(wrist_angle) > kMaxWristAngleForSafeArmStowing) {
- LOG(DEBUG, "Collided: Shoulder %f < %f and wrist |%f| < %f.\n",
+ LOG(DEBUG, "Collided: Shoulder %f < %f and wrist |%f| > %f.\n",
shoulder_angle,
CollisionAvoidance::kMinShoulderAngleForHorizontalShooter, wrist_angle,
kMaxWristAngleForSafeArmStowing);