RGB Light Strips and <R13>
<R13> states that
Decorations are allowed. Teams may add non-functional decorations, provided that they do not affect Robot performance in any significant way or affect the outcome of the Match. These decorations must be in the spirit of the competition. Inspectors will have final say in what is considered “non-functional”. Unless otherwise specified below, non-functional decorations are governed by all standard Robot rules.
Say a team has an RGB light strip under their robot for decoration, and a V5 sensor in the robot that provides information to the V5 Brain regarding activity taking place inside the robot. This information is used for robot function automatically by the brain to sort game objects.
If, for decorative purposes, this sensory information was also used to set the color of the RGB lights, would this violate <R13>? The lights would not be giving the driver any information that they could not already see with their eyes, and the only purpose for this would be a cool lighting effect as the robot was scoring game objects.
An example of this is below:
www.youtube.com/watch?v=4CRX30Sa3HQ
My questions are:
-
How would “functional” be defined for RGB light strips?
-
Can the color of a decorative RGB light strip be set in the robot’s code that does not accept any input from sensors? i.e. the lights are a solid color, or cycling through a rainbow of colors and don’t change their pattern.
-
Can the color of a decorative light strip be set based on sensor feedback? Remember, this wouldn’t offer any competitive advantage to the driver, and is only for use as a cool lighting effect for the audience.
-
Can the color of a decorative light strip be set by the code based on input from a driver? i.e. a driver hits the “A” button on their controller to turn the lights green, or the “B” button to turn them yellow. Additionally, if using sensor feedback for this is ruled illegal, a similar effect could be emulated by changing the light pattern when the “score” button is pressed.
For all 4 of these questions, keep in mind that it is solely for decorative purposes, and offers no additional information to the driver that they could not have already gained from looking at the same place that the sensor is.