7

I participate in Robotics competitions like the WRO and I want to know if using EV3 colour sensor raw values helps in line follow.

Vikhyat Agarwal
  • 515
  • 3
  • 13

2 Answers2

5

When you take a Raw value from any sensor, the EV3 brick passes on the reading as reported directly from the sensor, without doing any processing. Especially for the color sensor, where you have several modes such as Reflection and Color Number, the EV3 brain does do post-processing on the input value to make the output easier to understand and/or use. By getting the raw value you are likely get a higher resolution signal than in any of the other modes, at the expense of potential error correction.

Vikhyat Agarwal
  • 515
  • 3
  • 13
Phil B.
  • 16,900
  • 1
  • 38
  • 74
1

It will from 1 to 255. Now I try to measure color via RGB value to make the rank higher than using color sensor value block.