You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor color report does not report correctly; the color code may be right, but the hsv values don't seem to behave properly, particularly the v value?
Looking at eg colorLeft.raw from colorLeft = ColorSensor(INPUT_2), the values seem to be in the range [0..1, 0..1, 0..1] then occasionally [255, 255, 255]?
Also occasionally [NaN, NaN, NaN]?
The text was updated successfully, but these errors were encountered:
Sensor color report does not report correctly; the color code may be right, but the hsv values don't seem to behave properly, particularly the v value?
Looking at eg
colorLeft.raw
fromcolorLeft = ColorSensor(INPUT_2)
, the values seem to be in the range [0..1, 0..1, 0..1] then occasionally [255, 255, 255]?Also occasionally
[NaN, NaN, NaN]
?The text was updated successfully, but these errors were encountered: