blob: 9dc686f78acd36876851d26ba263312041e0fd8e [file] [log] [blame]
Comran Morshedaa0573c2016-03-05 19:05:54 +00001package y2016.sensors;
2
Austin Schuh4b652c92019-05-27 13:22:27 -07003// Published on ".y2016.sensors.ball_detector"
Comran Morshedaa0573c2016-03-05 19:05:54 +00004message BallDetector {
5 // Voltage measured by the ball detector sensor.
6
7 // Higher voltage means ball is closer to detector, lower voltage means ball
8 // is far from the sensor or not in the robot at all.
9 // TODO(comran): Check to see if our sensor's output corresponds with the
10 // comment above.
11
12 double voltage;
13};