Hi,
Part of my Thesis is to make a LEGO NXT robot navigate through a world following a black line. The world also has crossroads indicated by different colors.
To follow the black line, I use 2 Light sensors and it goes well. To detect a crossroad I want to use a Color Sensor.
Reading a color however takes a lot of time.
When using Lejos NXJ 0.8.5, I used ColorLightSensor.readColor(), which returned me the color fast enough.
I switched to Lejos NXJ 0.9.0, and now I use ColorSensor.getColor(), which is far too slow. Is there any way you can still read the colorsensor without it taking so much time?
I'm getting kinda desperate..
