Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a8ae8e9cd379b90d52d08d8e410964a31620d8ef
/
.
/
y2018
/
status_light.q
blob: 246744cf526609c5bc921f1ee8f6050c692cc036 [
file
] [
log
] [
blame
]
package
y2018
;
message
StatusLight
{
// How bright to make each one. 0 is off, 1 is full on.
float
red
;
float
green
;
float
blue
;
};
queue
StatusLight
status_light
;