Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
28d9778ebf852090c3a06e88eb2f04429a3a2ec6
/
.
/
frc971
/
queues
/
PhotoSensor.q
blob: 383bc25ed2eff4966474f210f8e21e2da4f2e19e [
file
] [
log
] [
blame
]
package
frc971
.
sensors
;
message
BlockedSensor
{
bool
blocked
;
};
queue
BlockedSensor
bottom_ball_sensor
;
queue
BlockedSensor
top_ball_sensor
;
queue
BlockedSensor
left_bump
;
queue
BlockedSensor
right_bump
;