No commit message authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
No commit message
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
return (ls.readNormalizedValue()>whiteGreenThreshold && ls.readNormalizedValue()> greenBlackThreshold); return (ls.readNormalizedValue()>whiteGreenThreshold && ls.readNormalizedValue()> greenBlackThreshold);
else return false; else return false;
} }
``` > ```
> >
>#### Result! >#### Result!
>As can be seen in video (??), the ThreeColorSensor program makes the robot follow the black line oscillating in small turns between the black and the white areas untill it enters the green area. >The movement is not very smooth however, >As can be seen in video (??), the ThreeColorSensor program makes the robot follow the black line oscillating in small turns between the black and the white areas untill it enters the green area. >The movement is not very smooth however,
... ...
......