Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
y2019
/
status_light.q
blob: 66e8ad7efa0ab0741827f13f4bb04f2010d62eac [
file
] [
log
] [
blame
]
package
y2019
;
// Published on ".y2019.status_light"
message
StatusLight
{
// How bright to make each one. 0 is off, 1 is full on.
float
red
;
float
green
;
float
blue
;
};
// Published on ".y2019.camera_log"
message
CameraLog
{
bool
log
;
};