Changes
Page history
No commit message
authored
Mar 10, 2015
by
Jesper Kurtzmann Svith
No commit message
Hide whitespace changes
Inline
Side-by-side
Lab4.markdown
View page @
2b63a4ca
...
...
@@ -94,7 +94,7 @@
return (ls.readNormalizedValue()>whiteGreenThreshold && ls.readNormalizedValue()> greenBlackThreshold);
else return false;
}
```
>
```
>
>#### 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,
...
...
...
...