Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4b25ad8dab0c7dcae84a2c84d17b0409c7c78fc5
/
.
/
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
;