From 4b1fd5ca01e15170aaa7448a4dbfdddb8dcc7aac Mon Sep 17 00:00:00 2001 From: Tanja Sukal Date: Thu, 21 Sep 2023 10:27:53 +0000 Subject: [PATCH] Update 'Color_Sorting/README.md' --- Color_Sorting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color_Sorting/README.md b/Color_Sorting/README.md index 724e15d..ddc90b9 100644 --- a/Color_Sorting/README.md +++ b/Color_Sorting/README.md @@ -83,7 +83,7 @@ The robot has reached the outline. It drives backwards and turns to the right fo ### Robot does not detect outer line During programming I got challenged by the problem, that the outer line is sometimes not detected. After trying different approaches to fix the bug I suspect that the processor of the EV3 is slowed down by the camera and for this reason does not detect the line when the sensor is above it. -Another reason can be that the line doesn't differ enough from the floor. Make sure that the given values making sense for your circumstances. +Another reason can be that the armes project shadows or the line doesn't differ enough from the floor. Make sure that the given values and the physical structure of the robot making sense for your circumstances. You can change all the input values such as the minimal line reflection and the driving rates in the program.