blob: 948cc25bd8a45922d55589ac4d5c08b514517fe5 [file] [log] [blame]
package y2016.sensors;
message BallDetector {
// Voltage measured by the ball detector sensor.
// Higher voltage means ball is closer to detector, lower voltage means ball
// is far from the sensor or not in the robot at all.
// TODO(comran): Check to see if our sensor's output corresponds with the
// comment above.
double voltage;
};
queue BallDetector ball_detector;